WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about current_screen

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-screen.php do_action 424 /**
* Fires after the current screen has been set.
*
* @since 3.0.0
*
* @param WP_Screen $current_screen Current WP_Screen object.
*/

Hook Parameters

Parameter Type Name Description
WP_Screen $current_screen Current WP_Screen object.