Automattic\WooCommerce\StoreApi\Routes\V1
ProductAttributeTerms::get_path_regex
Get the path of this rest route.
Метод класса: ProductAttributeTerms{}
Хуков нет.
Возвращает
Строку.
Использование
$result = ProductAttributeTerms::get_path_regex();
Код ProductAttributeTerms::get_path_regex() ProductAttributeTerms::get path regex WC 10.3.6
public static function get_path_regex() {
return '/products/attributes/(?P<attribute_id>[\d]+)/terms';
}