wpseek.com
Outil de recherche WordPress pour les développeurs et auteurs de thèmes



load-page-new.php › Les Actions WordPress

Depuis2.1.0
Dépréciéen/a
do_action( 'load-page-new.php' )
Défini(e) dans:
Codex:

Fires before a particular screen is loaded.

The load-* hook fires in a number of contexts. This hook is for core screens.

The dynamic portion of the hook name, $pagenow, is a global variable referring to the filename of the current screen, such as 'admin.php', 'post-new.php' etc. A complete hook for the latter would be 'load-post-new.php'.



Fonctions en relation:


Source

do_action( 'load-page-new.php' ); // phpcs:ignore WordPress.NamingConventions.ValidHookName.UseUnderscores