Skip to content

Instantly share code, notes, and snippets.

<?php // only copy this line if needed!
/**
* Filter the Jilt financial status for the order.
*
* @param string $status the financial status
* @param int $order_id the order's ID
* @return string updated status
*/
@alexv66
alexv66 / woocommerce-email-new-address.php
Last active May 18, 2018 13:09 — forked from BFTrick/woocommerce-email-new-address.php
Email the site admin when a customer changes their address, adapted for Woocommerce 3.3.x
<?php
/**
* Plugin Name: WooCommerce Email Customer Address
* Plugin URI: https://gist.github.com/BFTrick/7891074
* Description: Email the site admin when a customer changes their address
* Author: Patrick Rauland
* Author URI: http://patrickrauland.com/
* Version: 1.0.1
*
* This program is free software: you can redistribute it and/or modify