wp_xmlrpc_server_class Filters the class used for handling XML-RPC requests.
link_category This filter is documented in wp-includes/bookmark-template.php
link_title Filters the OPML outline link title text.
enable_post_by_email_configuration This filter is documented in wp-admin/options.php
wp_mail_original_content Filters the original content of the email. Give Post-By-Email extending plugins full access to the content, either the raw content, or the content of the last quoted-printable section.
phone_content Filters the content of the post submitted by email before saving.
enable_loading_advanced_cache_dropin Filters whether to enable loading of the advanced-cache.php drop-in. This filter runs before it can be used by plugins. It is designed for non-web run-times. If false is returned, advanced-cache.php will never be loaded. Default true.
comment_post_redirect Filters the location URI to send the commenter after posting.
available_permalink_structure_tags Filters the list of available permalink structure tags on the Permalinks settings page.
replace_editor This filter is documented in wp-admin/post.php
admin_title Filters the title tag content for an admin page.
admin_body_class Filters the CSS classes for the body tag in the admin. This filter differs from the {@see 'post_class'} and {@see 'body_class'} filters in two important ways: 1. `$classes` is a space-separated string of class names instead of an array. 2. Not all core admin classes are filterable, notably: wp-admin, wp-core-ui, and no-js cannot be removed.
handle_bulk_actions-{$screen} This action is documented in wp-admin/edit.php
admin_footer_text Filters the "Thank you" text displayed in the admin footer.
update_footer Filters the version/update text displayed in the admin footer. WordPress prints the current version and update information, using core_update_footer() at priority 10.
wp_editor_expand Filters whether to enable the 'expand' functionality in the post editor.
post_updated_messages Filters the post updated messages.
enter_title_here Filters the title field placeholder text.
admin_email_remind_interval This filter is documented in wp-login.php
replace_editor Allows replacement of the editor.
media_upload_default_type Filters the default media upload type in the legacy (pre-3.5.0) media popup. 'image', 'audio', 'video', 'file', etc. Default 'file'.
media_upload_default_tab Filters the default tab in the legacy (pre-3.5.0) media popup.
export_args Filters the export args.
date_formats Filters the default date formats.
time_formats Filters the default time formats.
'handle_network_bulk_actions-' . get_current_screen()->id This action is documented in wp-admin/network/site-themes.php
network_sites_updated_message_{$action} Filters a specific, non-default, site-updated message in the Network admin. The dynamic portion of the hook name, `$action`, refers to the non-default site update action.
mu_menu_items Filters available network-wide administration menu options. Options returned to this filter are output as individual checkboxes that, when selected, enable site administrator access to the specified administration menu in certain contexts. Adding options for specific menus here hinges on the appropriate checks and capabilities being in place in the site dashboard on the other side. For instance, when the single default option, 'plugins' is enabled, site administrators are granted access to the Plugins screen in their individual sites' dashboards.
'handle_network_bulk_actions-' . get_current_screen()->id This action is documented in wp-admin/network/site-themes.php
'handle_network_bulk_actions-' . get_current_screen()->id This action is documented in wp-admin/network/site-themes.php
handle_network_bulk_actions-{$screen} Fires when a custom bulk action should be handled. The redirect link should be modified with success or failure feedback from the action to be used to display feedback to the user. The dynamic portion of the hook name, `$screen`, refers to the current screen ID.
'handle_network_bulk_actions-' . get_current_screen()->id This action is documented in wp-admin/network/site-themes.php
show_network_site_users_add_existing_form Filters whether to show the Add Existing User form on the Multisite Users screen.
show_network_site_users_add_existing_form This filter is documented in wp-admin/network/site-users.php
show_network_site_users_add_new_form Filters whether to show the Add New User form on the Multisite Users screen. Note: While WordPress is moving towards simplifying labels by removing "New" from "Add New X" labels, we keep "Add New User" here to maintain a clear distinction from the "Add Existing User" section above.
redirect_network_admin_request Filters whether to redirect the request to the Network Admin.
wp_nav_locations_listed_per_menu Filters the number of locations listed per menu in the drop-down select.
custom_menu_order Filters whether to enable custom ordering of the administration menu. See the {@see 'menu_order'} filter for reordering menu items.
menu_order Filters the order of administration menu items. A truthy value must first be passed to the {@see 'custom_menu_order'} filter for this filter to work. Use the following to enable custom menu ordering: add_filter( 'custom_menu_order', '__return_true' );
term_updated_messages Filters the messages displayed when a tag is updated.
parent_file Filters the parent file of an admin menu sub-menu item. Allows plugins to move sub-menu items around.
submenu_file Filters the file of an admin menu sub-menu item.
edit_comment_misc_actions Filters miscellaneous actions for the edit comment form sidebar.
all_plugins This filter is documented in wp-admin/includes/class-wp-plugins-list-table.php
handle_bulk_actions-{$screen} This action is documented in wp-admin/edit.php
delete_site_email_content Filters the text for the email sent to the site admin when a request to delete a site in a Multisite network is submitted.
redirect_user_admin_request Filters whether to redirect the request to the User Admin in Multisite.
handle_bulk_actions-{$screen} This action is documented in wp-admin/edit.php
redirect_term_location Filters the taxonomy redirect destination URL.
taxonomy_parent_dropdown_args Filters the taxonomy parent drop-down on the Edit Term page. An array of taxonomy parent drop-down arguments. Default 'parent'. }