-
-
Save mikkamp/0bb43479de4fab9d4fcd88c15ecba52e to your computer and use it in GitHub Desktop.
Example Shipment Tracking helper function
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if ( function_exists( 'wc_st_add_tracking_number' ) ) { | |
wc_st_add_tracking_number( $order_id, $tracking_number, $provider, $date_shipped, $custom_url ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment