New and updated in 2.7.0
-
functionsettings_fields()
Outputs nonce, action, and option_page fields for a settings page.
-
functionregister_setting()
Registers a setting and its data.
-
functionunregister_setting()
Unregisters a setting.
-
Fires in uninstall_plugin() once the plugin has been uninstalled.
-
functionadd_object_page()
Add a top-level menu page in the ‘objects’ section.
-
functionadd_utility_page()
Add a top-level menu page in the ‘utility’ section.
-
functionadd_dashboard_page()
Adds a submenu page to the Dashboard main menu.
-
functionadd_posts_page()
Adds a submenu page to the Posts main menu.
-
functionadd_media_page()
Adds a submenu page to the Media main menu.
-
functionadd_links_page()
Adds a submenu page to the Links main menu.
-
functionadd_pages_page()
Adds a submenu page to the Pages main menu.
-
functionadd_comments_page()
Adds a submenu page to the Comments main menu.
-
functionis_uninstallable_plugin()
Determines whether the plugin can be uninstalled.
-
functionuninstall_plugin()
Uninstalls a single plugin.
-
functionregister_column_headers()
Register column headers for a particular screen.
-
functionprint_column_headers()
Prints column headers for a particular screen.
-
Sanitizes plugin data, optionally adds markup, optionally translates.
-
Fires before the Plugin Install table header pagination is displayed.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugin-install-list-table.php:413 -
Filters the install action links for a plugin.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugin-install-list-table.php:599 -
Filters the tabs shown on the Add Plugins screen.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugin-install-list-table.php:135 -
Filters tabs not associated with a menu item on the Add Plugins screen.
Used by 1 function | Uses 0 functions | Source: wp-admin/includes/class-wp-plugin-install-list-table.php:144 -
functioniframe_footer()
Generic Iframe footer for use with Thickbox.
-
function_post_states()
Echoes or returns the post states as HTML.
-
functionadd_settings_field()
Adds a new field to a section of a settings page.
-
functiondo_settings_sections()
Prints out all settings sections added to a particular settings page.
-
functiondo_settings_fields()
Prints out the settings fields for a particular settings section.
-
functionfind_posts_div()
Outputs the modal window used for attaching media to posts or pages in the media-listing screen.
-
functionthe_post_password()
Displays the post password.
-
function_draft_or_post_title()
Gets the post title.
-
function_admin_search_query()
Displays the search query.