Automattic\WooCommerce\Blueprint\ResourceStorages
OrgThemeResourceStorage::get_supported_resource
Get the supported resource.
Метод класса: OrgThemeResourceStorage{}
Хуков нет.
Возвращает
Строку
. The supported resource.
Использование
$OrgThemeResourceStorage = new OrgThemeResourceStorage(); $OrgThemeResourceStorage->get_supported_resource(): string;
Код OrgThemeResourceStorage::get_supported_resource() OrgThemeResourceStorage::get supported resource WC 10.0.2
public function get_supported_resource(): string { return 'wordpress.org/themes'; }