wp-admin/admin-header.php
Lines:
301 to 334 of 334
} elseif ( is_user_admin() ) { /** * Prints user admin screen notices. * * @since 3.1.0 */ do_action( 'user_admin_notices' ); } else { /** * Prints admin screen notices. * * @since 3.1.0 */ do_action( 'admin_notices' ); } /** * Prints generic admin screen notices. * * @since 3.1.0 */ do_action( 'all_admin_notices' ); if ( 'options-general.php' === $parent_file ) { require ABSPATH . 'wp-admin/options-head.php'; }
Called by
Invoked by
Calls
Call hooks
1 to 14 of 14
- admin_body_class – filter
- admin_enqueue_scripts – action
- admin_head – action
- admin_head-$hook_suffix – action
- admin_notices – action
- admin_print_scripts – action
- admin_print_scripts-$hook_suffix – action
- admin_print_styles – action
- admin_print_styles-$hook_suffix – action
- admin_title – filter
- all_admin_notices – action
- in_admin_header – action
- network_admin_notices – action
- user_admin_notices – action