load-{$page_hook}

load-{$page_hook}

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

See hook in core

Displaying hooks found in version: wordpress-6.7.2

do_action('load-{$page_hook}') is found 1 times:

  • /wp-admin/admin.php line 237
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    * @see get_plugin_page_hook()
     *
     * @since 2.1.0
     */
    do_action( "load-{$page_hook}" ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
    if ( ! isset( $_GET['noheader'] ) ) {
        require_once ABSPATH . 'wp-admin/admin-header.php';
    }
     
    /**
     * Used to call the registered callback for a plugin screen.

See this hook used in plugins: