edd_is_admin_page( $passed_page = '',  $passed_view = '' )

Determines whether the current admin page is a specific EDD admin page.


Description Description

Only works after the wp_loaded hook, & most effective starting on admin_menu hook. Failure to pass in $view will match all views of $main_page. Failure to pass in $main_page will return true if on any EDD page


Source Source

File: includes/admin/admin-pages.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
1.9.6 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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