Functions
-
functionpost_class()
Displays the classes for the post container element.
-
functionpost_comments_feed_link()
Displays the comment feed link for a post.
-
functionpost_custom()
Retrieves post custom meta data field.
-
functionpost_exists()
Determines if a post exists based on title, content, date and type.
-
functionpost_form_autocomplete_off()
Disables autocomplete on the ‘post’ form (Add/Edit Post screens) for WebKit browsers, as they disregard the autocomplete setting on the editor textarea. That can break the editor when the user navigates to it with the browser’s Back button. See #28037
-
functionpost_password_required()
Determines whether the post requires password and whether a correct password has been provided.
-
functionpost_permalink()
Retrieve permalink from post ID.
-
functionpost_preview()
Saves a draft or manually autosaves for the purpose of showing a post preview.
-
functionpost_reply_link()
Displays the HTML content for reply to post link.
-
functionpost_type_archive_title()
Displays or retrieves title for a post type archive.
-
functionpost_type_exists()
Determines whether a post type is registered.
-
functionpost_type_supports()
Checks a post type’s support for a given feature.
-
functionprepend_attachment()
Wraps attachment in paragraph tag before content.
-
functionprep_atom_text_construct()
Determines the type of a string of data with the data formatted.
-
functionpreview_theme()
Start preview theme output buffer.
-
functionpreview_theme_ob_filter()
Callback function for ob_start() to capture all links in the theme.
-
Manipulates preview theme links in order to control and maintain location.
-
functionprevious_comments_link()
Displays the link to the previous comments page.