Automattic\WooCommerce\Blueprint\ResourceStorages

OrgPluginResourceStorage::get_supported_resourcepublicWC 1.0

Get the supported resource type.

Method of the class: OrgPluginResourceStorage{}

No Hooks.

Returns

String. The supported resource type.

Usage

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

OrgPluginResourceStorage::get_supported_resource() code WC 9.9.5

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