WooCommerce Code Reference

ResourceStorage

Interface ResourceStorage

ResourceStorage is an abstraction layer for various storages for WordPress files such as plugins and themes. It provides a common interface for downloading the files whether they are stored locally or remotely.

Table of Contents

download()  : string|null
Download the resource.
get_supported_resource()  : string
Return supported resource type.

Methods