Functions
-
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.
-
functionprevious_image_link()
Displays previous image link that has the same post parent.
-
functionprevious_post()
Prints a link to the previous post.
-
functionprevious_posts()
Displays or retrieves the previous posts page link.
-
functionprevious_posts_link()
Displays the previous posts page link.
-
functionprevious_post_link()
Displays the previous post link that is adjacent to the current post.
-
functionprev_post_rel_link()
Displays the relational link for the previous post adjacent to the current post.
-
functionpre_schema_upgrade()
Runs before the schema is upgraded.
-
functionprint_admin_styles()
Prints the styles queue in the HTML head on admin pages.
-
functionprint_column_headers()
Prints column headers for a particular screen.