Automattic\WooCommerce\Internal\Admin\Emails

EmailListingRestController::get_rest_api_namespaceprotectedWC 1.0

Get the WooCommerce REST API namespace for the class.

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

Хуков нет.

Возвращает

Строку.

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

// protected - в коде основоного (родительского) или дочернего класса
$result = $this->get_rest_api_namespace(): string;

Код EmailListingRestController::get_rest_api_namespace() WC 10.9.4

protected function get_rest_api_namespace(): string {
	return 'wc-admin-email-listing';
}