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.4.3

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

  • /wp-admin/admin.php line 237
    		 * @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: