apply_filters( ‘submenu_file’, string $submenu_file, string $parent_file )

In this article

Filters the file of an admin menu sub-menu item.

Parameters

$submenu_filestring
The submenu file.
$parent_filestring
The submenu item’s parent file.

Source

$submenu_file = apply_filters( 'submenu_file', $submenu_file, $parent_file );

Changelog

VersionDescription
4.4.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.