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 10.0.2
public static function get_path_regex() { return '/products/categories'; }