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
Changelog Changelog
Version | Description |
---|---|
1.9.6 | Introduced. |