load-page.php

load-page.php

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.php') is found 1 times:

  • /wp-admin/admin.php line 395
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    if ( 'page' === $typenow ) {
        if ( 'post-new.php' === $pagenow ) {
            do_action( 'load-page-new.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
        } elseif ( 'post.php' === $pagenow ) {
            do_action( 'load-page.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
        }
    } elseif ( 'edit-tags.php' === $pagenow ) {
        if ( 'category' === $taxnow ) {
            do_action( 'load-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores
        } elseif ( 'link_category' === $taxnow ) {
            do_action( 'load-edit-link-categories.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores

See this hook used in plugins: