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.

Top ↑

Source

File: wp-admin/menu-header.php. View all references

$submenu_file = apply_filters( 'submenu_file', $submenu_file, $parent_file );

Top ↑

Changelog

Changelog
Version Description
4.4.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.