current_screen, $current_screen
current_screen, $current_screen
Appears in: 7.0.3
Hook Type: action
Displaying hooks found in version: 7.0.3do_action('current_screen, $current_screen') is found 1 times:
- /wp-admin/includes/class-wp-screen.php line 426
* @since 3.0.0 * * @param WP_Screen $current_screen Current WP_Screen object. */ do_action( 'current_screen', $current_screen ); } /** * Constructor * * @since 3.3.0