Automattic\WooCommerce\Blueprint\ResourceStorages

LocalPluginResourceStorage::get_supported_resourcepublicWC 1.0

Get the supported resource.

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

Хуков нет.

Возвращает

Строку. The supported resource.

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

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

Код LocalPluginResourceStorage::get_supported_resource() WC 10.0.2

public function get_supported_resource(): string {
	return 'self/plugins';
}