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