current_screen

current_screen

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action
See hook in action

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('current_screen') is found 1 times:

  • /wp-admin/includes/class-wp-screen.php line 424
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
         * @since 3.0.0
         *
         * @param WP_Screen $current_screen Current WP_Screen object.
         */
        do_action( 'current_screen', $current_screen );
    }
     
    /**
     * Constructor
     *
     * @since 3.3.0

See this hook used in plugins: