WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about parent_file

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/menu-header.php apply_filters 38 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
string $parent_file The parent file.