apply_filters( 'woocommerce_navigation_is_connected_page', boolean $is_connected_page , array|boolean $current_page )
Whether or not the current page is an existing page connected to this controller.
Description Description
Used to determine if the WooCommerce Admin header should be rendered.
Parameters Parameters
- $is_connected_page
-
True if the current page is connected.
- $current_page
-
The connected page data or false if not identified.
Source Source
File: packages/woocommerce-admin/src/PageController.php