Functions
-
functiondo_core_upgrade()
Upgrades WordPress core display.
-
functiondo_dismiss_core_update()
Dismiss a core update.
-
functiondo_enclose()
Checks content for video and audio links to add as enclosures.
-
functiondo_favicon()
Displays the favicon.ico file content.
-
functiondo_feed()
Loads the feed template from the use of an action hook.
-
functiondo_feed_atom()
Loads either Atom comment feed or Atom posts feed.
-
functiondo_feed_rdf()
Loads the RDF RSS 0.91 Feed template.
-
functiondo_feed_rss()
Loads the RSS 1.0 Feed Template.
-
functiondo_feed_rss2()
Loads either the RSS2 comment feed or the RSS2 posts feed.
-
functiondo_meta_boxes()
Meta-Box template function.
-
functiondo_robots()
Displays the default robots.txt file content.
-
functiondo_settings_fields()
Prints out the settings fields for a particular settings section.
-
functiondo_settings_sections()
Prints out all settings sections added to a particular settings page.
-
functiondo_shortcode()
Searches content for shortcodes and filter shortcodes through their hooks.
-
functiondo_shortcodes_in_html_tags()
Searches only inside HTML elements for shortcodes and process them.
-
functiondo_shortcode_tag()
Regular Expression callable for do_shortcode() for calling shortcode hook.
-
functiondo_signup_header()
Prints signup_header via wp_head.
-
functiondo_trackbacks()
Performs trackbacks.
-
functiondo_undismiss_core_update()
Undismiss a core update.
-
functiondropdown_categories()
Legacy function used to generate the categories checklist control.
-
functiondropdown_cats()
Deprecated method for generating a drop-down of categories.
-
functiondropdown_link_categories()
Legacy function used to generate a link categories checklist control.
-
functiondrop_index()
Drops a specified index from a table.
-
functionedit_bookmark_link()
Displays the edit bookmark link anchor content.
-
functionedit_comment()
Updates a comment with values provided in $_POST.
-
functionedit_comment_link()
Displays the edit comment link with formatting.
-
functionedit_form_image_editor()
Displays the image and editor in the post editor
-
functionedit_link()
Updates or inserts a link using values provided in $_POST.
-
functionedit_post()
Updates an existing post with values provided in `$_POST`.