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