apply_filters( 'parent_file', string $parent_file )

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


Description

Allows plugins to move sub-menu items around.


Parameters

$parent_file

(string) The parent file.


Source

File: wp-admin/menu-header.php

View on GitHub


Changelog

Changelog
Version Description
WP-MU Introduced. (3.0.0)