add_action( 'woocommerce_order_status_processing', 'custom_autocomplete_order' ); function custom_autocomplete_order( $order_id ) { if ( ! $order_id ) { return; } $order = wc_get_order( $order_id ); $order->update_status( 'completed' ); } Skip to main content
About the Book
Details
Author: Simon Chokoisky
Tag: Related Vedic Disciplines
ASIN: 0984885927
Order Now
Buy from Amazon
Preview
Disclosure of Material Connection: Some of the links in the page above are "affiliate links." This means if you click on the link and purchase the item, I will receive an affiliate commission. I am disclosing this in accordance with the Federal Trade Commission's 16 CFR, Part 255: "Guides Concerning the Use of Endorsements and Testimonials in Advertising."