get_file() lowercase_octets() Converts the first hex-encoded octet match to lowercase.
redirect_canonical() Redirects incoming links to the proper URL based on the site url.
_remove_qs_args_if_not_in_url() Removes arguments from a query string if they are not present in a URL
strip_fragment_from_url() Strips the #fragment from a URL, if one is present.
redirect_guess_404_permalink() Attempts to guess the correct URL for a 404 request based on query vars.
wp_redirect_admin_locations() Redirects a variety of shorthand URLs to the admin.
wp_cache_init() Sets up Object Cache Global and assigns it.
wp_cache_add() Adds data to the cache, if the cache key doesn't already exist.
wp_cache_add_multiple() Adds multiple values to the cache in one call.
wp_cache_replace() Replaces the contents of the cache with new data.
wp_cache_set() Saves the data to the cache.
wp_cache_set_multiple() Sets multiple values to the cache in one call.
wp_cache_get() Retrieves the cache contents from the cache by key and group.
wp_cache_get_multiple() Retrieves multiple values from the cache in one call.
wp_cache_delete() Removes the cache contents matching key and group.
wp_cache_delete_multiple() Deletes multiple values from the cache in one call.
wp_cache_incr() Increments numeric cache item's value.
wp_cache_decr() Decrements numeric cache item's value.
wp_cache_flush() Removes all cache items.
wp_cache_flush_runtime() Removes all cache items from the in-memory runtime cache.
wp_cache_flush_group() Removes all cache items in a group, if the object cache implementation supports it.
wp_cache_supports() Determines whether the object cache implementation supports a particular feature.
wp_cache_close() Closes the cache.
wp_cache_add_global_groups() Adds a group or set of groups to the list of global groups.
wp_cache_add_non_persistent_groups() Adds a group or set of groups to the list of non-persistent groups.
wp_cache_switch_to_blog() Switches the internal blog ID.
wp_cache_reset() Resets internal cache keys and structures.
the_ID() Displays the ID of the current item in the WordPress Loop.
get_the_ID() Retrieves the ID of the current item in the WordPress Loop.
the_title() Displays or retrieves the current post title with optional markup.
the_title_attribute() Sanitizes the current title when retrieving or displaying.
get_the_title() Retrieves the post title.
the_guid() Displays the Post Global Unique Identifier (guid).
get_the_guid() Retrieves the Post Global Unique Identifier (guid).
the_content() Displays the post content.
get_the_content() Retrieves the post content.
the_excerpt() Displays the post excerpt.
get_the_excerpt() Retrieves the post excerpt.
has_excerpt() Determines whether the post has a custom excerpt.
post_class() Displays the classes for the post container element.
get_post_class() Retrieves an array of the class names for the post container element.
body_class() Displays the class names for the body element.
get_body_class() Retrieves an array of the class names for the body element.
post_password_required() Determines whether the post requires password and whether a correct password has been provided.
wp_link_pages() The formatted output of a list of pages.
_wp_link_page() Helper function for wp_link_pages().
post_custom() Retrieves post custom meta data field.
the_meta() Displays a list of post custom fields.
wp_dropdown_pages() Retrieves or displays a list of pages as a dropdown (select list).