Automattic\WooCommerce\Admin\Features\Navigation
Screen::get_taxonomies() public WC 1.0
Returns an array of registered post types.
{} Это метод класса: Screen{}
Хуки из метода
Возвращает
Null. Ничего.
Использование
$result = Screen::get_taxonomies();
Код Screen::get_taxonomies() Screen::get taxonomies WC 5.0.0
public static function get_taxonomies() {
return apply_filters( 'woocommerce_navigation_taxonomies', self::$taxonomies );
}