Automattic\WooCommerce\Blueprint\ResourceStorages
OrgThemeResourceStorage::get_supported_resource
Get the supported resource.
Method of the class: OrgThemeResourceStorage{}
No Hooks.
Returns
String
. The supported resource.
Usage
$OrgThemeResourceStorage = new OrgThemeResourceStorage(); $OrgThemeResourceStorage->get_supported_resource(): string;
OrgThemeResourceStorage::get_supported_resource() OrgThemeResourceStorage::get supported resource code WC 9.9.5
public function get_supported_resource(): string { return 'wordpress.org/themes'; }