apply_filters( 'woocommerce_navigation_current_screen_id', string|boolean $screen_id , AutomatticWooCommerceAdminWP_Screen $current_screen )
The current screen id.
Description Description
Used for identifying pages to render the WooCommerce Admin header.
Parameters Parameters
- $screen_id
-
The screen id or false if not identified.
- $current_screen
-
The current WP_Screen.
Source Source
File: packages/woocommerce-admin/src/PageController.php