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.


Top ↑

Source Source

File: packages/woocommerce-admin/src/PageController.php



Top ↑

User Contributed Notes User Contributed Notes

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