Automattic\WooCommerce\StoreApi\Routes\V1

Patterns::get_path_regex()public staticWC 1.0

Get the path of this rest route.

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

Хуков нет.

Возвращает

Строку.

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

$result = Patterns::get_path_regex();

Код Patterns::get_path_regex() WC 9.6.0

public static function get_path_regex() {
	return '/patterns';
}