Description
Filters the parent file of an admin menu sub-menu item. Allows plugins to move sub-menu items around.
Occurrences
Filename | Line Number |
---|---|
wp-admin/menu-header.php | 38 |
Parameters
Type | Name | Description |
---|---|---|
string | $parent_file | The parent file. |
PHP Doc
/**
* Filters the parent file of an admin menu sub-menu item.
*
* Allows plugins to move sub-menu items around.
*
* @since MU (3.0.0)
*
* @param string $parent_file The parent file.
*/