Skip to content

Instantly share code, notes, and snippets.

View KitKatCarson's full-sized avatar
🐮
Driving Traffic

KitKat Carson KitKatCarson

🐮
Driving Traffic
  • Kit Carson, Colorado
View GitHub Profile
@KitKatCarson
KitKatCarson / wc-defer-order-emails.php
Created May 24, 2020 20:06 — forked from damiencarbery/wc-defer-order-emails.php
Defer WooCommerce emails for a few minutes - Defer WooCommerce emails for a specified time after the normal delivery time. https://www.damiencarbery.com/2020/04/defer-woocommerce-email-for-a-few-minutes/
<?php
/*
Plugin Name: Defer WooCommerce emails for a few minutes
Plugin URI: https://www.damiencarbery.com/2020/04/defer-woocommerce-emails-for-a-few-minutes/
Description: Defer WooCommerce emails for a specified time after the normal delivery time.
Author: Damien Carbery
Author URI: https://www.damiencarbery.com
Version: 0.5
*/
@KitKatCarson
KitKatCarson / wcs-test-retry-rules.php
Created February 26, 2020 00:32 — forked from thenbrent/wcs-test-retry-rules.php
WooCommerce Subscriptions Failed Payment Retry Rules for Testing: Replace the default WooCommerce Subscriptions failed payment retry rules with rules that run every few minutes (not days) and always send dunning emails to help with testing.
<?php
/**
* Plugin Name: WooCommerce Subscriptions Failed Payment Retry Rules for Testing
* Plugin URI:
* Description: Replace the default WooCommerce Subscriptions failed payment retry rules with rules that run every few minutes (not days) and always send dunning emails to help with testing.
* Author: Prospress Inc.
* Author URI: http://prospress.com/
* Version: 1.0
*
* Copyright 2016 Prospress, Inc. (email : freedoms@prospress.com)