WC_Legacy_API::rest_api_includes()
Deprecated from version 3.7.0 - REST API classes autoload.. It is no longer supported and can be removed in future releases. It is recommended to replace this function with the same one.
Include REST API classes.
Method of the class: WC_Legacy_API{}
No Hooks.
Return
null
. Nothing.
Usage
$WC_Legacy_API = new WC_Legacy_API(); $WC_Legacy_API->rest_api_includes();
Changelog
Deprecated since 3.7.0 | - REST API classes autoload. |
WC_Legacy_API::rest_api_includes() WC Legacy API::rest api includes code WC 7.7.0
public function rest_api_includes() { $this->rest_api_init(); }