wpseek.com
WordPress开发者和主题制作者的搜索引擎



load-page-new.php › WordPress动作钩子

Since2.1.0
已弃用n/a
do_action( 'load-page-new.php' )
定义在:
文档:

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



Related Functions:


源码

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