Automattic\WooCommerce\Blueprint\ResourceStorages

OrgThemeResourceStorage::get_supported_resourcepublicWC 1.0

Get the supported resource.

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

Хуков нет.

Возвращает

Строку. The supported resource.

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

$OrgThemeResourceStorage = new OrgThemeResourceStorage();
$OrgThemeResourceStorage->get_supported_resource(): string;

Код OrgThemeResourceStorage::get_supported_resource() WC 10.0.2

public function get_supported_resource(): string {
	return 'wordpress.org/themes';
}