Inheritances
Files
Overview
FRAMES
NO FRAMES

WordPress 2.8.1 functions

From _() to bloginfo()
<<< | _ | bl | ge | ge | is | po | ti | wp | wp>>>
File Function Comment
compat.php_()
l10n.php__()Retrieves the translation of $text
load-styles.php__()
load-scripts.php__()
template.php__checked_selected_helper()Private helper function for checked and selected.
upgrade.php__get_option()Version of get_option that is private to install/upgrade
l10n.php__ngettext()
l10n.php__ngettext_noop()
template.php_admin_search_query()Display the search query.
load-scripts.php_c()
load-styles.php_c()
l10n.php_c()Retrieve translated string with vertical bar context
template.php_cat_row(){@internal Missing Short Description}}
template.php_cat_rows(){@internal Missing Short Description}}
functions.php_cleanup_header_comment()Strip close comment and close php tags from file headers used by WP
comment.php_close_comments_for_old_post()Close comments on an old post
comment.php_close_comments_for_old_posts()Close comments on old posts on the fly, without any extra DB queries
functions.php_config_wp_home()Retrieve the WordPress home page URL.
functions.php_config_wp_siteurl()Retrieve the WordPress site URL.
formatting.php_deep_replace()Perform a deep string replace operation to ensure the values in $search are no longer present
functions.php_deprecated_file()Marks a file as deprecated and informs when it has been used.
functions.php_deprecated_function()Marks a function as deprecated and informs when it has been used.
template.php_draft_or_post_title()Get the post title.
l10n.php_e()Displays the returned translated text from translate()
edit-category-form.php_fill_empty_category()
edit-link-category-form.php_fill_empty_link_category()
user.php_fill_user()Add user meta data as properties to given user object.
post.php_fix_attachment_links()Replace hrefs of attachment anchors with up-to-date permalinks
post.php_future_post_hook()Hook used to schedule publication for a post marked for the future.
cron.php_get_cron_array()Retrieve cron info array option
link-template.php_get_page_link()Retrieve the page permalink.
plugin.php_get_plugin_data_markup_translate()
post.php_get_post_ancestors()Retrieve post ancestors and append to post ancestors property.
taxonomy.php_get_term_children()Get the subset of $terms that are descendants of $term_id.
taxonomy.php_get_term_hierarchy()Retrieves children of taxonomy as Term IDs
widgets.php_get_widget_id_base()Private
compat.php_http_build_query()
formatting.php_links_add_base()Callback to add a base url to relative links in passed content
formatting.php_links_add_target()Callback to add a target attribute to all links in passed content
template.php_list_meta_row(){@internal Missing Short Description}}
category.php_make_cat_compat()Update category structure to old pre 2.3 from new taxonomy structure.
formatting.php_make_email_clickable_cb()Callback to convert email address match to HTML A element.
formatting.php_make_url_clickable_cb()Callback to convert URI match to HTML A element.
formatting.php_make_web_ftp_clickable_cb()Callback to convert URL match to HTML A element.
update.php_maybe_update_core()
update.php_maybe_update_plugins()Check the last time plugins were run before checking plugin versions.
update.php_maybe_update_themes()Check themes versions only after a duration of time.
compat.php_mb_substr()
functions.php_mce_set_direction()Set the localized direction for MCE plugin.
l10n.php_n()Retrieve the plural or single form based on the amount.
l10n.php_n_noop()Register plural strings in POT file, but don't translate them.
l10n.php_nc()
l10n.php_nx()
l10n.php_nx_noop()Register plural strings with context in POT file, but don't translate them
taxonomy.php_pad_term_counts()Add count of children to parent count.
template.php_page_rows(){@internal Missing Short Description}}
template.php_post_row(){@internal Missing Short Description}}
template.php_post_states()
script-loader.php_print_scripts()
post.php_publish_post_hook()Hook to schedule pings and enclosures when a post is published
widgets.php_register_widget_form_callback()
widgets.php_register_widget_update_callback()
post.php_relocate_children()Move child posts to a new parent
post.php_save_post_hook()Hook used to prevent page/post cache and rewrite rules from staying dirty.
cron.php_set_cron_array()Updates the CRON option with the new CRON array
post.php_set_preview()
post.php_show_post_preview()
template.php_tag_row(){@internal Missing Short Description}}
post.php_transition_post_status()Hook for managing future post transitions to published
taxonomy.php_update_post_term_count()Will update term count based on posts.
cron.php_upgrade_cron_array()Upgrade a Cron info array.
category-template.php_usort_terms_by_ID()Sort categories by ID.
category-template.php_usort_terms_by_name()Sort categories by name.
bookmark-template.php_walk_bookmarks()The formatted output of a list of bookmarks.
admin-ajax.php_wp_ajax_delete_comment_response()Sends back current comment total and new page links if they need to be updated.
plugin.php_wp_call_all_hook()Calls the 'all' hook, which will process the functions hooked into it.
template.php_wp_comment_row(){@internal Missing Short Description}}
dashboard.php_wp_dashboard_control_callback()
dashboard.php_wp_dashboard_recent_comments_row()
plugin.php_wp_filter_build_unique_id()Build Unique ID for storage and retrieval.
rewrite.php_wp_filter_taxonomy_base()Filter the URL base for taxonomies.
template.php_wp_get_comment_list(){@internal Missing Short Description}}
post.php_wp_get_post_autosave_hack()Internally used to hack WP_Query into submission
http.php_wp_http_get_object()Returns the initialized WP_Http Object
menu-header.php_wp_menu_output()Display menu
post.php_wp_post_revision_fields()Determines which fields of posts are to be saved in revisions.
post.php_wp_put_post_revision()Inserts post data into the posts table as a post revision
formatting.php_wp_specialchars()Converts a number of special characters into their HTML entities.
functions.php_wp_timezone_choice_usort_callback()
post.php_wp_translate_postdata()Rename $_POST data from form names to DB post columns.
load-styles.php_x()
load-scripts.php_x()
l10n.php_x()
functions.phpabsint()Converts value to nonnegative integer
plugin.phpactivate_plugin()Attempts activation of plugin in a "sandbox" and redirects on success.
plugin.phpactivate_plugins()Activate multiple plugins.
plugin.phpadd_action()Hooks a function on to a specific action.
load-scripts.phpadd_action()
load-styles.phpadd_action()
upgrade.phpadd_clean_index(){@internal Missing Short Description}}
plugin.phpadd_comments_page()
template.phpadd_contextual_help()Add contextual help text for a page
menu.phpadd_cssclass()
theme.phpadd_custom_image_header()Add callbacks for image header display.
plugin.phpadd_dashboard_page()
rewrite.phpadd_feed()Add a new feed type like /atom1/
load-scripts.phpadd_filter()
load-styles.phpadd_filter()
plugin.phpadd_filter()Hooks a function or method to a specific filter action.
options-permalink.phpadd_js()Display JavaScript on the page
options-general.phpadd_js()Display JavaScript on the page
bookmark.phpadd_link(){@internal Missing Short Description}}
plugin.phpadd_links_page()
functions.phpadd_magic_quotes()Walks the array while sanitizing the contents
plugin.phpadd_management_page()Add sub menu page to the tools main menu
plugin.phpadd_media_page()
menu.phpadd_menu_classes()
plugin.phpadd_menu_page()
post.phpadd_meta(){@internal Missing Short Description}}
template.phpadd_meta_box()Add a meta box to an edit form
plugin.phpadd_object_page()
functions.phpadd_option()Add a new option.
plugin.phpadd_option_update_handler(){@internal Missing Short Description}}
plugin.phpadd_option_whitelist(){@internal Missing Short Description}}
plugin.phpadd_options_page()
plugin.phpadd_pages_page()
post.phpadd_ping()Add a URL to those already pung
post.phpadd_post_meta()Add meta data field to a post.
plugin.phpadd_posts_page()
functions.phpadd_query_arg()Retrieve a modified URL query string.
rewrite.phpadd_rewrite_endpoint()Add an endpoint, like /trackback/.
rewrite.phpadd_rewrite_rule()Add a straight rewrite rule
rewrite.phpadd_rewrite_tag()Add a new tag (like %postname%).
capabilities.phpadd_role()Add role, if it does not exist
template.phpadd_settings_field()Add a new field to a settings page
template.phpadd_settings_section()Add a new section to a settings page
shortcodes.phpadd_shortcode()Add hook for shortcode tag.
functions.phpadd_site_option()
plugin.phpadd_submenu_page()
plugin.phpadd_theme_page()
general-template.phpadd_thickbox()Enqueues the default ThickBox js and css.
user.phpadd_user()Creates a new user from the "Users" form using $_POST information.
plugin.phpadd_users_page()
plugin.phpadd_utility_page()
formatting.phpaddslashes_gpc()Adds slashes to escape strings.
media.phpadjacent_image_link()Display next or previous image link that has the same post parent.
link-template.phpadjacent_post_link()Display adjacent post link.
link-template.phpadjacent_posts_rel_link()Display relational links for the posts adjacent to the current post
link-template.phpadmin_url()Retrieve the url to the admin area
load-scripts.phpadmin_url()
load-styles.phpadmin_url()
akismet.phpakismet_admin_init()
akismet.phpakismet_auto_check_comment()
akismet.phpakismet_caught()
akismet.phpakismet_check_db_comment()
akismet.phpakismet_check_for_spam_button()
akismet.phpakismet_check_server_connectivity()
akismet.phpakismet_conf()
akismet.phpakismet_config_page()
akismet.phpakismet_counter()
akismet.phpakismet_delete_old()
akismet.phpakismet_get_host()
akismet.phpakismet_get_key()
akismet.phpakismet_get_server_connectivity()
akismet.phpakismet_http_post()
akismet.phpakismet_init()
akismet.phpakismet_kill_proxy_check()
akismet.phpakismet_manage_page()
akismet.phpakismet_nonce_field()
akismet.phpakismet_nonce_field()
akismet.phpakismet_recheck_queue()
akismet.phpakismet_rightnow()
akismet.phpakismet_server_connectivity_ok()
akismet.phpakismet_spam_comments()
akismet.phpakismet_spam_count()
akismet.phpakismet_spam_totals()
akismet.phpakismet_spamtoham()
akismet.phpakismet_stats()
akismet.phpakismet_stats_display()
akismet.phpakismet_stats_page()
akismet.phpakismet_stats_script()
akismet.phpakismet_submit_nonspam_comment()
akismet.phpakismet_submit_spam_comment()
akismet.phpakismet_verify_key()
general-template.phpallowed_tags()Display all of the allowed tags in HTML format with attributes.
formatting.phpantispambot()Converts email addresses characters to HTML entities to block spam bots
functions.phpapache_mod_loaded()Does the specified module exist in the apache config?
press-this.phpaposfix()Convert characters
load-styles.phpapply_filters()
load-scripts.phpapply_filters()
plugin.phpapply_filters()Call the functions added to a filter hook.
feed.phpatom_enclosure()Display the atom enclosure for the current post.
functions.phpatom_service_url_filter()Secure URL, if available or the given URL
formatting.phpattribute_escape()Escaping for HTML attributes
pluggable.phpauth_redirect()Checks if a user is logged in, if not it redirects them to the login page
general-template.phpautomatic_feed_links()Enable/disable automatic general feed link outputting
formatting.phpbackslashit()Adds backslashes before letters and before a number at the start of a string
formatting.phpbalanceTags()Will only balance the tags if forced to and the option is set to balance tags.
l10n.phpbefore_last_bar()
general-template.phpbloginfo()Display information about the blog
<<< | _ | bl | ge | ge | is | po | ti | wp | wp>>>