add_action( 'woocommerce_new_order', function( $order_id ) { $order = wc_get_order( $order_id ); if ( ! $order || $order->get_created_via() !== 'admin' ) return; $status = 'wc-' . $order->get_status(); if ( ! in_array( $status, [ 'wc-processing', 'wc-on-hold' ] ) ) return; wp_remote_post( 'https://n8n.snazzy.solutions/webhook/2875cc14-5e04-44a7-b8fe-197c7db35823', [ 'headers' => [ 'Content-Type' => 'application/json', 'X-WP-Webhook-URL-Name' => 'new-order', 'X-WP-Webhook-Source' => home_url( '/'), ], 'body' => json_encode( [ 'id' => $order_id, 'post_id' => $order_id, 'created_via' => 'admin', ] ), 'timeout' => 15, ] ); }, 25 ); Contact Us – SOURCC

CONTACT US

We love to talk! Feel free to reach out to us anytime!

Let's Get Social

Want to see your work featured on our social channels?

Email hi-res photos along with your firm name / handle, and photographer name / handle to hello@sourcc.com