[ Index ]

PHP Cross Reference of Wordpress 2.9.1

title

Body

[close]

/wp-includes/

FolderUp one level  
FolderText/
 
Folderimages/
 
Folderjs/
 
Folderpomo/
 
Fileatomlib.php                 [source] [354 lines]   Atom Syndication Format PHP Library
Fileauthor-template.php         [source] [342 lines]   Author Template functions for use in themes. These functions must be used within the WordPress Loop.
Filebookmark-template.php       [source] [254 lines]   Bookmark Template Functions for usage in Themes
Filebookmark.php                [source] [376 lines]   Link/Bookmark API
Filecache.php                   [source] [452 lines]   Object Cache API
Filecanonical.php               [source] [345 lines]   Canonical API to handle WordPress Redirecting Based on "Permalink Redirect" from Scott Yang and "Enforce www. Preference" by Mark Jaquith
Filecapabilities.php            [source] [1060 lines]  WordPress Roles and Capabilities.
Filecategory-template.php       [source] [976 lines]   Category Template Tags and API.
Filecategory.php                [source] [368 lines]   WordPress Category API
Fileclass-IXR.php               [source] [907 lines]   IXR - The Inutio XML-RPC Library
Fileclass-feed.php              [source] [103 lines]   
Fileclass-json.php              [source] [860 lines]   Converts to and from JSON format. JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. This feature can also be found in Python. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, TCL, and many others. These properties make JSON an ideal data-interchange language.
Fileclass-oembed.php            [source] [270 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.
Fileclass-phpass.php            [source] [258 lines]   Portable PHP password hashing framework.
Fileclass-phpmailer.php         [source] [1921 lines]  
Fileclass-pop3.php              [source] [651 lines]   
Fileclass-simplepie.php         [source] [15001 lines] SimplePie A PHP-Based RSS and Atom Feed Framework. Takes the hard work out of managing a complete RSS/Atom solution.
Fileclass-smtp.php              [source] [1062 lines]  
Fileclass-snoopy.php            [source] [1250 lines]  
Fileclass.wp-dependencies.php   [source] [245 lines]   BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API.
Fileclass.wp-scripts.php        [source] [197 lines]   BackPress Scripts enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API.
Fileclass.wp-styles.php         [source] [119 lines]   BackPress Styles enqueue. These classes were refactored from the WordPress WP_Scripts and WordPress script enqueue API.
Fileclasses.php                 [source] [1685 lines]  Holds Most of the WordPress classes. Some of the other classes are contained in other files. For example, the WordPress cache is in cache.php and the WordPress roles API is in capabilities.php. The third party libraries are contained in their own separate files.
Filecomment-template.php        [source] [1399 lines]  Comment template functions These functions are meant to live inside of the WordPress loop.
Filecomment.php                 [source] [1868 lines]  Manages WordPress comments
Filecompat.php                  [source] [162 lines]   WordPress implementation for PHP functions missing from older PHP versions.
Filecron.php                    [source] [395 lines]   WordPress CRON API
Filedefault-embeds.php          [source] [52 lines]    Default Embed Handlers
Filedefault-filters.php         [source] [227 lines]   Sets up the default filters and actions for most of the WordPress hooks.
Filedefault-widgets.php         [source] [1042 lines]  Default Widgets
Filedeprecated.php              [source] [1813 lines]  Deprecated functions from past WordPress versions. You shouldn't use these globals and functions and look for the alternatives instead. The functions and globals will be removed in a later version.
Filefeed-atom-comments.php      [source] [88 lines]    Atom Feed Template for displaying Atom Comments feed.
Filefeed-atom.php               [source] [55 lines]    Atom Feed Template for displaying Atom Posts feed.
Filefeed-rdf.php                [source] [55 lines]    RSS 1 RDF Feed Template for displaying RSS 1 Posts feed.
Filefeed-rss.php                [source] [32 lines]    RSS 0.92 Feed Template for displaying RSS 0.92 Posts feed.
Filefeed-rss2-comments.php      [source] [67 lines]    RSS2 Feed Template for displaying RSS2 Comments feed.
Filefeed-rss2.php               [source] [61 lines]    RSS2 Feed Template for displaying RSS2 Posts feed.
Filefeed.php                    [source] [535 lines]   WordPress Feed API Many of the functions used in here belong in The Loop, or The Loop for the Feeds.
Fileformatting.php              [source] [2849 lines]  Main WordPress Formatting API. Handles many functions for formatting output.
Filefunctions.php               [source] [3640 lines]  Main WordPress API
Filefunctions.wp-scripts.php    [source] [128 lines]   BackPress script procedural API.
Filefunctions.wp-styles.php     [source] [104 lines]   BackPress styles procedural API.
Filegeneral-template.php        [source] [2049 lines]  General template tags that can go anywhere in a template.
Filehttp.php                    [source] [2122 lines]  Simple and uniform HTTP request API. Will eventually replace and standardize the WordPress HTTP requests made.
Filekses.php                    [source] [1243 lines]  HTML/XHTML filter that only allows some elements and attributes Added wp_ prefix to avoid conflicts with existing kses users
Filel10n.php                    [source] [455 lines]   WordPress Translation API
Filelink-template.php           [source] [1878 lines]  WordPress Link Template Functions
Filelocale.php                  [source] [335 lines]   Date and Time Locale object
Filemedia.php                   [source] [1303 lines]  WordPress API for media display.
Filemeta.php                    [source] [225 lines]   
Filepluggable.php               [source] [1791 lines]  These functions can be replaced via plugins. If plugins do not redefine these functions, then these will be used instead.
Fileplugin.php                  [source] [704 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.
Filepost-template.php           [source] [1355 lines]  WordPress Post Template Functions. Gets content for the current post in the loop.
Filepost-thumbnail-template.php [source] [76 lines]    WordPress Post Thumbnail Template Functions. Support for post thumbnails Themes function.php must call add_theme_support( 'post-thumbnails' ) to use these.
Filepost.php                    [source] [4036 lines]  Post functions and post utility function.
Filequery.php                   [source] [2710 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.
Fileregistration-functions.php  [source] [9 lines]     Deprecated. Use registration.php.
Fileregistration.php            [source] [319 lines]   User Registration API
Filerewrite.php                 [source] [1966 lines]  WordPress Rewrite API
Filerss-functions.php           [source] [10 lines]    Deprecated. Use rss.php instead.
Filerss.php                     [source] [922 lines]   MagpieRSS: a simple RSS integration tool
Filescript-loader.php           [source] [740 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.
Fileshortcodes.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:
Filetaxonomy.php                [source] [2377 lines]  Taxonomy API
Filetemplate-loader.php         [source] [78 lines]    Loads the correct template based on the visitor's url
Filetheme.php                   [source] [1385 lines]  Theme, template, and stylesheet functions.
Fileupdate.php                  [source] [335 lines]   A simple set of functions to check our version 1.0 update service.
Fileuser.php                    [source] [736 lines]   WordPress User API
Filevars.php                    [source] [86 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.
Fileversion.php                 [source] [46 lines]    This holds the version number in a separate file so we can bump it without cluttering the SVN
Filewidgets.php                 [source] [1310 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.
Filewlwmanifest.xml             [source] [44 lines]    
Filewp-db.php                   [source] [1141 lines]  WordPress DB Class Original code from {@link http://php.justinvincent.com Justin Vincent (justin@visunet.ie)}
Filewp-diff.php                 [source] [471 lines]   WordPress Diff bastard child of old MediaWiki Diff Formatter. Basically all that remains is the table structure and some method names.


Generated: Fri Jan 8 00:19:48 2010 Cross-referenced by PHPXref 0.7