File: wp-admin/includes/template.php
-
functionremove_meta_box()
Removes a meta box from one or more screens.
-
functionmeta_form()
Prints the form in the Custom Fields meta box.
-
functiondo_accordion_sections()
Meta Box Accordion Template Function.
-
Filters the number of custom fields to retrieve for the drop-down in the Custom Fields meta box.
-
functionadd_settings_section()
Adds a new section to a settings page.
-
functiontouch_time()
Prints out HTML form date elements for editing post or comment publish date.
-
functionpage_template_dropdown()
Prints out option HTML elements for the page templates drop-down.
-
functionparent_dropdown()
Prints out option HTML elements for the page parents drop-down.
-
functionget_inline_data()
Adds hidden fields with the data for use in the inline editor for posts and pages.
-
functionwp_dropdown_roles()
Prints out option HTML elements for role selectors.
-
functionwp_comment_reply()
Outputs the in-line comment reply-to form in the Comments list table.
-
functionwp_import_upload_form()
Outputs the form used by the importers to accept the data to be imported.
-
hookwp_comment_reply
Filters the in-line comment reply-to form output in the Comments list table.
-
Filters the maximum allowed upload size for import files.
-
functionwp_comment_trashnotice()
Outputs ‘undo move to Trash’ text for comments.
-
functionadd_meta_box()
Adds a meta box to one or more screens.
-
functionlist_meta()
Outputs a post’s public meta data in the Custom Fields meta box.
-
functiondo_meta_boxes()
Meta-Box template function.
-
function_list_meta_row()
Outputs a single row of public meta data in the Custom Fields meta box.
-
functionwp_category_checklist()
Outputs an unordered list of checkbox input elements labeled with category names.
-
functionwp_terms_checklist()
Outputs an unordered list of checkbox input elements labelled with term names.
-
Filters the taxonomy terms checklist arguments.
-
functionwp_popular_terms_checklist()
Retrieves a list of the most popular terms from the specified taxonomy.
-
functionwp_link_category_checklist()
Outputs a link category checklist element.