- wp-includes/cache.php
- wp-includes/capabilities.php
- Wp-includes/class-ixr.php:incutio XML-RPC Library. Includes the XML RPC support functions. Supported by http://scripts.incutio.com/xmlrpc/.
- wp-includes/classes.php: Includes basic classes, such as the core article extraction mechanism wp_query and the rewrite management wp_rewrite.
- Wp-includes/class-pop3.php: Includes classes that support the use of pop mailboxes. Available for wp-mail.php use.
- Wp-includes/class-snoopy.php:snoopy is a PHP class that mimics the functionality of a Web browser, which automates the task of retrieving pages and sending forms.
- wp-includes/comment-functions.php
- wp-includes/default-filters.php
- wp-includes/feed-functions.php
- Wp-includes/functions-compat.php: This is the new version of PHP used to support the old version of PHP function files.
- wp-includes/functions-formatting.php: Used to clean up XHTML and correctly format text with a specific character set.
- Wp-includes/functions-post.php: Defines functions such as managing logs in a database, querying user permissions, extracting and writing comments.
- Wp-includes/functions.php: Contains many important support functions, it is the largest file in WordPress, the number of functions is almost the second largest file twice times.
- Wp-includes/gettext.php:php-gettext part of the GPL translation library.
- Wp-includes/kses.php: Used to render and filter HTML in a log or comment.
- wp-includes/links.php: The link function used to manage and use WordPress.
- Wp-includes/locale.php: Used to override the default week and month values.
- wp-includes/pluggable-functions.php
- wp-includes/registration-functions.php
- wp-includes/rss-functions.php
- Wp-includes/streams.php: A class that defines the wrapper file stream and character stream.
- wp-includes/template-functions-author.php: Contains topic functions that are related to the author or reviewer of the log.
- wp-includes/template-functions-category.php: Contains the topic functions related to the category.
- wp-includes/template-functions-comment.php: Contains the topic functions related to comments.
- Wp-includes/template-functions-general.php: Contains the general topic functions.
- wp-includes/template-functions-links.php: Contains topic functions related to links.
- wp-includes/template-functions-post.php: Contains the topic functions associated with the log.
- Wp-includes/template-functions.php: Contains all of the above "template-" files.
- wp-includes/template-loader.php
- wp-includes/vars.php: Used to set miscellaneous variables.
- wp-includes/version.php: Used to set the currently used version of WordPress.
- Wp-includes/wp-db.php: Contains the functions used to connect to the MySQL database.
- Wp-includes/wp-l10n.php: Provides functions that support multi-language versions.
Bill: Wordpress/wp-includes Directory file