[ Index ]

PHP Cross Reference of WordPress

title

Body

[close]

/

Folder./
 
Folderwp-admin/
 
Folderwp-content/
 
Folderwp-includes/
 
Fileindex.php            [source] [17 lines]    Front to the WordPress application. This file doesn't do anything, but loads wp-blog-header.php which does and tells WordPress to load the theme.
Filewp-activate.php      [source] [221 lines]   Confirms that the activation key that is sent in an email after a user signs up for a new site matches the key for that user and then displays confirmation.
Filewp-blog-header.php   [source] [21 lines]    Loads the WordPress environment and template.
Filewp-comments-post.php [source] [81 lines]    Handles Comment Post to WordPress and prevents duplicate comment posting.
Filewp-config-sample.php [source] [96 lines]    The base configuration for WordPress The wp-config.php creation script uses this file during the installation. You don't have to use the web site, you can copy this file to "wp-config.php" and fill in the values.
Filewp-cron.php          [source] [152 lines]   A pseudo-cron daemon for scheduling WordPress tasks. WP-Cron is triggered when the site receives a visit. In the scenario where a site may not receive enough visits to execute scheduled tasks in a timely manner, this file can be called directly or via a server cron daemon for X number of times.
Filewp-links-opml.php    [source] [97 lines]    Outputs the OPML XML format for getting the links defined in the link administration. This can be used to export links from one blog over to another. Links aren't exported by the WordPress export, so this file handles that. This file is not added by default to WordPress theme pages when outputting feed links. It will have to be added manually for browsers and users to pick up that this file exists.
Filewp-load.php          [source] [107 lines]   Bootstrap file for setting the ABSPATH constant and loading the wp-config.php file. The wp-config.php file will then load the wp-settings.php file, which will then set up the WordPress environment.
Filewp-login.php         [source] [1532 lines]  WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.
Filewp-mail.php          [source] [267 lines]   Gets the email message from the user's mailbox to add as a WordPress post. Mailbox connection information must be configured under Settings > Writing
Filewp-settings.php      [source] [620 lines]   Used to set up and fix common variables and include the WordPress procedural and class library. Allows for some configuration in wp-config.php (see default-constants.php)
Filewp-signup.php        [source] [1021 lines]  
Filewp-trackback.php     [source] [152 lines]   Handle Trackbacks and Pingbacks Sent to WordPress
Filexmlrpc.php           [source] [105 lines]   XML-RPC protocol support for WordPress


Generated: Tue Mar 19 01:00:02 2024 Cross-referenced by PHPXref 0.7.1