Automattic\WooCommerce\Admin\Features\Navigation

Screen::get_screen_ids()public staticWC 1.0

Returns an array of filtered screen ids.

Method of the class: Screen{}

Hooks from the method

Return

null. Nothing (null).

Usage

$result = Screen::get_screen_ids();

Screen::get_screen_ids() code WC 8.7.0

public static function get_screen_ids() {
	return apply_filters( 'woocommerce_navigation_screen_ids', self::$screen_ids );
}