 | Up one level
| |
 | Text/
| |
 | css/
| |
 | images/
| |
 | js/
| |
 | pomo/
| |
 | theme-compat/
| |
 | admin-bar.php [source] [391 lines] | Admin Bar This code handles the building and rendering of the press bar. |
 | atomlib.php [source] [354 lines] | Atom Syndication Format PHP Library |
 | author-template.php [source] [401 lines] | Author Template functions for use in themes. These functions must be used within the WordPress Loop. |
 | bookmark-template.php [source] [256 lines] | Bookmark Template Functions for usage in Themes |
 | bookmark.php [source] [370 lines] | Link/Bookmark API |
 | cache.php [source] [486 lines] | Object Cache API |
 | canonical.php [source] [433 lines] | Canonical API to handle WordPress Redirecting Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference" by Mark Jaquith |
 | capabilities.php [source] [1211 lines] | WordPress Roles and Capabilities. |
 | category-template.php [source] [1215 lines] | Category Template Tags and API. |
 | category.php [source] [359 lines] | WordPress Category API |
 | class-IXR.php [source] [1065 lines] | IXR - The Incutio XML-RPC Library Copyright (c) 2010, Incutio Ltd. All rights reserved. |
 | class-feed.php [source] [94 lines] | |
 | class-http.php [source] [1725 lines] | Simple and uniform HTTP request API. Standardizes the HTTP requests for WordPress. Handles cookies, gzip encoding and decoding, chunk decoding, if HTTP 1.1 and various other difficult HTTP protocol implementations. |
 | class-oembed.php [source] [295 lines] | API for fetching the HTML to embed remote content based on a provided URL. Used internally by the {@link WP_Embed} class, but is designed to be generic. |
 | class-phpass.php [source] [260 lines] | Portable PHP password hashing framework. |
 | class-phpmailer.php [source] [2320 lines] | PHPMailer - PHP email transport class NOTE: Requires PHP version 5 or later |
 | class-pop3.php [source] [652 lines] | |
 | class-simplepie.php [source] [15002 lines] | SimplePie A PHP-Based RSS and Atom Feed Framework. Takes the hard work out of managing a complete RSS/Atom solution. |
 | class-smtp.php [source] [814 lines] | PHPMailer - PHP SMTP email transport class NOTE: Designed for use with PHP version 5 and up |
 | class-snoopy.php [source] [1256 lines] | Deprecated. Use WP_HTTP (http.php, class-http.php) instead. |
 | class-wp-admin-bar.php [source] [236 lines] | |
 | class-wp-ajax-response.php [source] [138 lines] | |
 | class-wp-error.php [source] [212 lines] | WordPress Error API. Contains the WP_Error class and the is_wp_error() function. |
 | class-wp-http-ixr-client.php [source] [93 lines] | |
 | class-wp-walker.php [source] [399 lines] | |
 | class-wp-xmlrpc-server.php [source] [3620 lines] | XML-RPC protocol support for WordPress |
 | class-wp.php [source] [599 lines] | |
 | class.wp-dependencies.php [source] [236 lines] | BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | class.wp-scripts.php [source] [205 lines] | BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | class.wp-styles.php [source] [126 lines] | BackPress Styles enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API. |
 | comment-template.php [source] [1590 lines] | Comment template functions These functions are meant to live inside of the WordPress loop. |
 | comment.php [source] [2009 lines] | Manages WordPress comments |
 | compat.php [source] [33 lines] | WordPress implementation for PHP functions either missing from older PHP versions or not included by default. |
 | cron.php [source] [407 lines] | WordPress CRON API |
 | default-constants.php [source] [301 lines] | Defines constants and global variables that can be overridden, generally in wp-config.php. |
 | default-filters.php [source] [287 lines] | Sets up the default filters and actions for most of the WordPress hooks. |
 | default-widgets.php [source] [1158 lines] | Default Widgets |
 | deprecated.php [source] [2617 lines] | Deprecated functions from past WordPress versions. You shouldn't use these functions and look for the alternatives instead. The functions will be removed in a later version. |
 | feed-atom-comments.php [source] [87 lines] | Atom Feed Template for displaying Atom Comments feed. |
 | feed-atom.php [source] [55 lines] | Atom Feed Template for displaying Atom Posts feed. |
 | feed-rdf.php [source] [54 lines] | RSS 1 RDF Feed Template for displaying RSS 1 Posts feed. |
 | feed-rss.php [source] [31 lines] | RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed. |
 | feed-rss2-comments.php [source] [66 lines] | RSS2 Feed Template for displaying RSS2 Comments feed. |
 | feed-rss2.php [source] [60 lines] | RSS2 Feed Template for displaying RSS2 Posts feed. |
 | feed.php [source] [546 lines] | WordPress Feed API Many of the functions used in here belong in The Loop, or The Loop for the Feeds. |
 | formatting.php [source] [2905 lines] | Main WordPress Formatting API. Handles many functions for formatting output. |
 | functions.php [source] [4559 lines] | Main WordPress API |
 | functions.wp-scripts.php [source] [147 lines] | BackPress script procedural API. |
 | functions.wp-styles.php [source] [145 lines] | BackPress styles procedural API. |
 | general-template.php [source] [2327 lines] | General template tags that can go anywhere in a template. |
 | http.php [source] [224 lines] | Simple and uniform HTTP request API. Will eventually replace and standardize the WordPress HTTP requests made. |
 | kses.php [source] [1415 lines] | kses 0.2.2 - HTML/XHTML filter that only allows some elements and attributes Copyright (C) 2002, 2003, 2005 Ulf Harnhammar This program is free software and open source software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. |
 | l10n.php [source] [535 lines] | WordPress Translation API |
 | link-template.php [source] [2478 lines] | WordPress Link Template Functions |
 | load.php [source] [650 lines] | These functions are needed to load WordPress. |
 | locale.php [source] [351 lines] | Date and Time Locale object |
 | media.php [source] [1441 lines] | WordPress API for media display. |
 | meta.php [source] [610 lines] | Metadata API Functions for retrieving and manipulating metadata of various WordPress object types. Metadata for an object is a represented by a simple key-value pair. Objects may contain multiple metadata entries that share the same key and differ only in their value. |
 | ms-blogs.php [source] [681 lines] | Site/blog functions that work with the blogs table and related data. |
 | ms-default-constants.php [source] [140 lines] | Defines constants and global variables that can be overridden, generally in wp-config.php. |
 | ms-default-filters.php [source] [66 lines] | Sets up the default filters and actions for Multisite. |
 | ms-deprecated.php [source] [203 lines] | Deprecated functions from WordPress MU and the multisite feature. You shouldn't use these functions and look for the alternatives instead. The functions will be removed in a later version. |
 | ms-files.php [source] [83 lines] | Multisite upload handler. |
 | ms-functions.php [source] [2075 lines] | Multi-site WordPress API |
 | ms-load.php [source] [250 lines] | These functions are needed to load Multisite. |
 | ms-settings.php [source] [136 lines] | Used to set up and fix common variables and include the Multisite procedural and class library. |
 | nav-menu-template.php [source] [489 lines] | Navigation Menu template functions |
 | nav-menu.php [source] [751 lines] | Navigation Menu functions |
 | pluggable-deprecated.php [source] [136 lines] | Deprecated pluggable functions from past WordPress versions. You shouldn't use these functions and look for the alternatives instead. The functions will be removed in a later version. Deprecated warnings are also thrown if one of these functions is being defined by a plugin. |
 | pluggable.php [source] [1808 lines] | These functions can be replaced via plugins. If plugins do not redefine these functions, then these will be used instead. |
 | plugin.php [source] [788 lines] | The plugin API is located in this file, which allows for creating actions and filters and hooking functions, and methods. The functions or methods will then be run when the action or filter is called. The API callback examples reference functions, but can be methods of classes. To hook methods, you'll need to pass an array one of two ways. |
 | post-template.php [source] [1435 lines] | WordPress Post Template Functions. Gets content for the current post in the loop. |
 | post-thumbnail-template.php [source] [105 lines] | WordPress Post Thumbnail Template Functions. Support for post thumbnails Themes function.php must call add_theme_support( 'post-thumbnails' ) to use these. |
 | post.php [source] [5240 lines] | Post functions and post utility function. |
 | query.php [source] [3569 lines] | WordPress Query API The query API attempts to get which part of WordPress to the user is on. It also provides functionality to getting URL query information. |
 | registration-functions.php [source] [8 lines] | Deprecated. No longer needed. |
 | registration.php [source] [8 lines] | Deprecated. No longer needed. |
 | rewrite.php [source] [1991 lines] | WordPress Rewrite API |
 | rss-functions.php [source] [10 lines] | Deprecated. Use rss.php instead. |
 | rss.php [source] [939 lines] | MagpieRSS: a simple RSS integration tool A compiled file for RSS syndication |
 | script-loader.php [source] [801 lines] | WordPress scripts and styles default loader. Most of the functionality that existed here was moved to {@link http://backpress.automattic.com/ BackPress}. WordPress themes and plugins will only be concerned about the filters and actions set in this file. |
 | shortcodes.php [source] [298 lines] | WordPress API for creating bbcode like tags or what WordPress calls "shortcodes." The tag and attribute parsing or regular expression code is based on the Textpattern tag parser. A few examples are below: |
 | taxonomy.php [source] [3178 lines] | Taxonomy API |
 | template-loader.php [source] [47 lines] | Loads the correct template based on the visitor's url |
 | theme.php [source] [1971 lines] | Theme, template, and stylesheet functions. |
 | update.php [source] [367 lines] | A simple set of functions to check our version 1.0 update service. |
 | user.php [source] [1614 lines] | WordPress User API |
 | vars.php [source] [97 lines] | Creates common globals for the rest of WordPress Sets $pagenow global which is the current page. Checks for the browser to set which one is currently being used. |
 | version.php [source] [60 lines] | The WordPress version string |
 | widgets.php [source] [1217 lines] | API for creating dynamic sidebar without hardcoding functionality into themes. Includes both internal WordPress routines and theme use routines. This functionality was found in a plugin before WordPress 2.2 release which included it in the core from that point on. |
 | wlwmanifest.xml [source] [44 lines] | |
 | wp-db.php [source] [1553 lines] | WordPress DB Class Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)} |
 | wp-diff.php [source] [477 lines] | WordPress Diff bastard child of old MediaWiki Diff Formatter. Basically all that remains is the table structure and some method names. |