Automattic\WooCommerce\StoreApi\Routes\V1
ProductCategories::get_path_regex
Get the path of this rest route.
Метод класса: ProductCategories{}
Хуков нет.
Возвращает
Строку.
Использование
$result = ProductCategories::get_path_regex();
Код ProductCategories::get_path_regex() ProductCategories::get path regex WC 11.0.1
public static function get_path_regex() {
return '/products/categories';
}