Automattic\WooCommerce\StoreApi\Routes\V1

ProductAttributeTerms::get_path_regex()public staticWC 1.0

Get the path of this rest route.

Метод класса: ProductAttributeTerms{}

Хуков нет.

Возвращает

Строку.

Использование

$result = ProductAttributeTerms::get_path_regex();

Код ProductAttributeTerms::get_path_regex() WC 9.5.1

public static function get_path_regex() {
	return '/products/attributes/(?P<attribute_id>[\d]+)/terms';
}