Automattic\WooCommerce\Blueprint\ResourceStorages
OrgPluginResourceStorage::get_supported_resource
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() OrgPluginResourceStorage::get supported resource code WC 9.9.5
public function get_supported_resource(): string { return 'wordpress.org/plugins'; }