apply_filters( 'woocommerce_navigation_is_registered_page', boolean $is_registered_page , array|boolean $current_page )
Whether or not the current page was registered with this controller.
Description Description
Used to determine if this is a JS-powered WooCommerce Admin page.
Parameters Parameters
- $is_registered_page
-
True if the current page was registered with this controller.
- $current_page
-
The registered page data or false if not identified.
Source Source
File: packages/woocommerce-admin/src/PageController.php