Advertisement

{$page_hook}

Used to call the registered callback for a plugin screen.

load-{$page_hook}

Fires before a particular screen is loaded.

admin_init

Fires as an admin screen or script is being initialized.

do_mu_upgrade

Filters whether to attempt to perform the multisite DB upgrade routine.

Advertisement

after_db_upgrade

Fires on the next page load after a successful DB upgrade.

admin_post_{$action}

Fires on an authenticated admin post request for the given action.

admin_post

Fires on an authenticated admin post request where no action is supplied.

admin_post_nopriv_{$action}

Fires on a non-authenticated admin post request for the given action.

Advertisement

admin_post_nopriv

Fires on a non-authenticated admin post request where no action is supplied.

Advertisement

in_admin_header

Fires at the beginning of the content section in an admin page.

admin_body_class

This filter is documented in wp-admin/admin-header.php