load-{$pagenow}

Advertisement

Summery Summery

Fires before a particular screen is loaded.

Syntax Syntax

do_action( "load-{$pagenow}" )

Description Description

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 page, such as ‘admin.php’, ‘post-new.php’ etc. A complete hook for the latter would be ‘load-post-new.php’.

Source Source

File: wp-admin/admin.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Advertisement

Leave a Reply