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