Automattic\WooCommerce\StoreApi\Routes\V1
ProductCategories::get_path()
Get the path of this REST route.
Метод класса: ProductCategories{}
Хуков нет.
Возвращает
Строку
.
Использование
$ProductCategories = new ProductCategories(); $ProductCategories->get_path();
Код ProductCategories::get_path() ProductCategories::get path WC 9.4.2
public function get_path() { return self::get_path_regex(); }