[ Index ]

PHP Cross Reference of WordPress Trunk (Updated Daily)

Search

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.
Filelicense.txt          [source] [384 lines]   
Filereadme.html          [source] [97 lines]    
Filestyle.css            [source] [1251 lines]  
Filewp-activate.php      [source] [218 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 website, you can copy this file to "wp-config.php" and fill in the values.
Filewp-cron.php          [source] [205 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] [98 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] [105 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] [1637 lines]  WordPress User Page Handles authentication, registering, resetting passwords, forgot password, and other user handling.
Filewp-mail.php          [source] [268 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] [717 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] [1046 lines]  
Filewp-trackback.php     [source] [171 lines]   Handle Trackbacks and Pingbacks Sent to WordPress
Filexmlrpc.php           [source] [108 lines]   XML-RPC protocol support for WordPress


Generated : Mon Mar 18 08:20:01 2024 Cross-referenced by PHPXref