Filters the file of an admin menu sub-menu item.
Parameters
$submenu_file
string- The submenu file.
$parent_file
string- The submenu item’s parent file.
Source
$submenu_file = apply_filters( 'submenu_file', $submenu_file, $parent_file );
Changelog
Version | Description |
---|---|
4.4.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.