Skip to content

Instantly share code, notes, and snippets.

View bot101's full-sized avatar
🏠
Working from home

Ikenna Okafor bot101

🏠
Working from home
View GitHub Profile
@bot101
bot101 / wc-api-custom.php
Created July 21, 2017 09:28 — forked from Skatox/wc-api-custom.php
Woocommerce API REST custom path
<?php
/**
* Custom API REST path class
*
* @package MyPlugin
* @author Skatox
*/
class WC_API_Custom extends WC_API_Resource
{