
Instantly sends new orders from WooCommerce to your desired Slack channel.
add_filter(‘transmit_to_slack_webhook_url’, ‘slack_webhook_url’);
function slack_webhook_url(){
return ‘paste Webhook URL here’;
}
You are welcome to contribute this open source project on GitHub:
https://github.com/shirgans/transmit-to-slack