New and updated in 2.0.0
-
functionget_post_time()
Retrieves the time at which the post was written.
-
functionthe_modified_time()
Displays the time at which the post was last modified.
-
Filters the localized time a post was last modified, for display.
-
functionget_the_modified_time()
Retrieves the time at which the post was last modified.
-
Filters the localized time a post was last modified.
-
functionget_post_modified_time()
Retrieves the time at which the post was last modified.
-
hookwp_title
Filters the text of the page title.
-
functionclean_page_cache()
Will clean the page in the cache.
-
functionget_usermeta()
Retrieve user metadata.
-
functionupdate_usermeta()
Update metadata of user.
-
functiondelete_usermeta()
Remove user meta data.
-
functionget_the_attachment_link()
Retrieve HTML content of attachment image with link.
-
functionget_attachment_icon()
Retrieve HTML content of icon attachment image element.
-
functionget_attachment_innerHTML()
Retrieve HTML content of image element.
-
-
functionget_link()
Retrieves bookmark data based on ID.
-
functioncreate_user()
An alias of wp_create_user().
-
functionwp_filter_post_kses()
Sanitizes content for allowed HTML tags for post content.
-
functionkses_init_filters()
Adds all KSES input form content filters.
-
functionkses_init()
Sets up most of the KSES filters for input form content.
-
methodWP::main()
Sets up all of the variables required by the WordPress environment.
-
methodWP::register_globals()
Set up the WordPress Globals.
-
methodWP::init()
Set up the current user.
-
methodWP::query_posts()
Set up the Loop based on the query variables.
-
methodWP::handle_404()
Set the Headers for 404, if nothing is found for requested URL.
-
classWP
WordPress environment setup class.
-
methodWP::parse_request()
Parses the request to find the correct WordPress query.
-
methodWP::send_headers()
Sends additional HTTP headers for caching, content type, etc.
-
methodWP::build_query_string()
Sets the query string property based off of the query variable property.
-
hookloop_start
Fires once the loop is started.