wpseek.com
A WordPress-centric search engine for devs and theme authors
load-{$pagenow} › WordPress Action Hooks
Since2.1.0
Deprecatedn/a
› do_action( "load-{$pagenow}" )
| Defined at: |
|
| 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'.Related Functions: wp_load_image, load_image_to_edit
Related Hooks: load-page-new-php, load-page-php, load--page_hook, upload_per_page, load--plugin_page