wpseek.com
A WordPress-centric search engine for devs and theme authors



get_admin_page_parent › WordPress Function

Since1.5.0
Deprecatedn/a
get_admin_page_parent ( $parent_page = '' )
Parameters:
  • (string) $parent_page Optional. The slug name for the parent menu (or the file name of a standard WordPress admin page). Default empty string.
    Required: No
    Default: (empty)
Returns:
  • (string) The parent file of the current admin page.
Defined at:
Codex:

Gets the parent file of the current admin page.



Source

Soon...