Skip to content

Instantly share code, notes, and snippets.

@manutheblacker
Last active November 5, 2022 17:23
Show Gist options
  • Save manutheblacker/bd471839a1128222a75f9f5cef1e7638 to your computer and use it in GitHub Desktop.
Save manutheblacker/bd471839a1128222a75f9f5cef1e7638 to your computer and use it in GitHub Desktop.
How to send SMS & WhatsApp messages both at the same time in Ultimate SMS & WhatsApp Notifications for WooCommerce?
<?php
add_filter('woo_usn_send_only_sms', function( $must_be_sent ){
$must_be_sent = true;
return $must_be_sent;
}, 99);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment