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