Automattic\WooCommerce\Blocks\StoreApi\Routes
Products::get_path() public WC 1.0
Get the path of this REST route.
{} It's a method of the class: Products{}
No Hooks.
Return
String.
Usage
$Products = new Products(); $Products->get_path();
Code of Products::get_path() Products::get path WC 5.0.0
public function get_path() {
return '/products';
}