WooCommerce 3.0 – Disable deferred email sending


<?php // Do not include this if already open!
/**
* Code goes in theme functions.php.
*/
add_filter( 'woocommerce_defer_transactional_emails', '__return_false' );

view raw

functions.php

hosted with ❤ by GitHub


Posted

in

by

Tags:

%d bloggers like this: