automatic_feed_links() Enable/disable automatic general feed link outputting.
get_profile() Retrieve user data based on field.
get_usernumposts() Retrieves the number of posts a user has written.
funky_javascript_callback() Callback used to change %uXXXX to &#YYY; syntax
funky_javascript_fix() Fixes JavaScript bugs in browsers.
is_taxonomy() Checks that the taxonomy name exists.
is_term() Check if Term exists.
is_plugin_page() Determines whether the current admin page is generated by a plugin.
update_category_cache() Update the categories cache.
wp_timezone_supported() Check for PHP timezone support
the_editor() Displays an editor: TinyMCE, HTML, or both.
get_user_metavalues() Perform the query to get the $metavalues array(s) needed by _fill_user and _fill_many_users
sanitize_user_object() Sanitize every user field.
get_boundary_post_rel_link() Get boundary post relational link.
start_post_rel_link() Display relational link for the first post.
get_index_rel_link() Get site index relational link.
index_rel_link() Display relational link for the site index.
get_parent_post_rel_link() Get parent post relational link.
parent_post_rel_link() Display relational link for parent item
wp_admin_bar_dashboard_view_site_menu() Add the "Dashboard"/"Visit Site" menu.
is_blog_user() Checks if the current user belong to a given site.
debug_fopen() Open the file handle for debugging.
debug_fwrite() Write contents to the file used for debugging.
debug_fclose() Close the debugging file handle.
get_themes() Retrieve list of themes with theme data in theme directory.
get_theme() Retrieve theme data.
get_current_theme() Retrieve current theme name.
clean_pre() Accepts matches array from preg_replace_callback in wpautop() or a string.
add_custom_image_header() Add callbacks for image header display.
remove_custom_image_header() Remove image header support.
add_custom_background() Add callbacks for background image display.
remove_custom_background() Remove custom background support.
get_theme_data() Retrieve theme data from parsed theme file.
update_page_cache() Alias of update_post_cache().
clean_page_cache() Will clean the page in the cache.
wp_explain_nonce() Retrieve nonce action "Are you sure" message.
sticky_class() Display "sticky" CSS class, if a post is sticky.
_get_post_ancestors() Retrieve post ancestors.
wp_load_image() Load an image from a string, if PHP supports it.
image_resize() Scale down an image to fit a particular size and save a new copy of the image.
wp_get_single_post() Retrieve a single post, based on post ID.
user_pass_ok() Check that the user login name and password is correct.
_save_post_hook() Callback formerly fired on the save_post hook. No longer needed.
gd_edit_image_support() Check if the installed version of GD supports particular image type
wp_convert_bytes_to_hr() Converts an integer byte value to a shorthand byte value.
_search_terms_tidy() Formerly used internally to tidy up the search terms.
rich_edit_exists() Determine if TinyMCE is available.
default_topic_count_text() Old callback for tag link tooltips.
format_to_post() Formerly used to escape strings before inserting into the DB.
like_escape() Formerly used to escape strings before searching the DB. It was poorly documented and never worked as described.