load-{$plugin_page}

Advertisement

Summery Summery

Fires before a particular screen is loaded.

Syntax Syntax

do_action( "load-{$plugin_page}" )

Description Description

The load-* hook fires in a number of contexts. This hook is for plugin screens where the file to load is directly included, rather than the use of a function.

The dynamic portion of the hook name, $plugin_page, refers to the plugin basename.

Source Source

File: wp-admin/admin.php

Advertisement

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

See also See also

Advertisement

Leave a Reply