Skip to content

Instantly share code, notes, and snippets.

View sammymlangeni's full-sized avatar

sammymlangeni

View GitHub Profile
@amirhmoradi
amirhmoradi / wordpress_themes_mysaas_child_theme_functions.php
Last active October 24, 2022 19:33
Wordpress Woocommerce Orders API add License (licensemanager.at Free Plugin) and Subscription (SUMO Subscriptions Paid Plugin) info to each purchased product info and to the global order object too. Read the code :)
/**
* This code helps you start selling software products (subscriptions) with generated license codes on Wordpress with Woocommerce
* using 2 plugins:
*
* [FREE] Wordpress <- Obviously :)
* [FREE] Woocommerce <- Complete e-commerce stack for wordpress
*
* [FREE] License Manager for Woocommerce : https://wordpress.org/plugins/license-manager-for-woocommerce/
* [49$] SUMO Subscriptions: https://codecanyon.net/item/sumo-subscriptions-woocommerce-subscription-system/16486054
*