apply_filters( 'submenu_file', string $submenu_file, string $parent_file )

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

File: wp-admin/menu-header.php

View on GitHub


Changelog

Changelog
Version Description
WP-4.4.0 Introduced.