File: wp-admin/includes/template.php
-
functionget_media_states()
Retrieves an array of media states from an attachment.
-
functionget_post_states()
Retrieves an array of post states from a post.
-
Renders a “fake” meta box with an information message, shown on the block editor, when an incompatible meta box is found.
-
function_get_plugin_from_callback()
Internal helper function to find the plugin from a meta box callback.
-
hookadd_inline_data
Fires after outputting the fields for the inline editor for posts and pages.
-
Filters values for the meta key dropdown in the Custom Fields meta box.
-
function_wp_admin_html_begin()
Prints out the beginning of the admin HTML header.
-
hookadmin_xml_ns
Fires inside the HTML tag in the admin header.
-
functionconvert_to_screen()
Converts a screen string to a screen object.
-
function_local_storage_notice()
Outputs the HTML for restoring the post data from DOM storage
-
functionwp_star_rating()
Outputs a HTML element with a star rating for a given rating.
-
functionget_submit_button()
Returns a submit button, with provided text and appropriate class.
-
function_draft_or_post_title()
Gets the post title.
-
function_admin_search_query()
Displays the search query.
-
functioniframe_header()
Generic Iframe header for use with Thickbox.
-
functionadd_settings_field()
Adds a new field to a section of a settings page.
-
functioniframe_footer()
Generic Iframe footer for use with Thickbox.
-
functiondo_settings_sections()
Prints out all settings sections added to a particular settings page.
-
function_post_states()
Echoes or returns the post states as HTML.
-
functiondo_settings_fields()
Prints out the settings fields for a particular settings section.
-
Filters the default post display states used in the posts list table.
-
functionadd_settings_error()
Registers a settings error to be displayed to the user.
-
function_media_states()
Outputs the attachment media states as HTML.
-
functionget_settings_errors()
Fetches settings errors registered by add_settings_error().
-
Filters the default media display states for items in the Media list table.
-
functionsettings_errors()
Displays settings errors registered by add_settings_error().
-
functioncompression_test()
Tests support for compressing JavaScript from PHP.
-
functionfind_posts_div()
Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
-
functionsubmit_button()
Echoes a submit button, with provided text and appropriate class(es).
-
functionthe_post_password()
Displays the post password.