Automattic\WooCommerce\StoreApi\Routes\V1

ProductReviews::get_pathpublicWC 1.0

Get the path of this REST route.

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

Хуков нет.

Возвращает

Строку.

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

$ProductReviews = new ProductReviews();
$ProductReviews->get_path();

Код ProductReviews::get_path() WC 10.5.0

public function get_path() {
	return self::get_path_regex();
}