WooCommerce Subscription Order ID

Job ID: 32189819

Budget: $15 – $25 USD

This is the piece of code supplied by ShipStation, I need to identify orders that are new subscriptions and subscription renewals to tag as "Subscription" for use at ShipStation.



// Add this code to your theme functions.php file or a custom plugin

add_filter( 'woocommerce_shipstation_export_custom_field_2', 'shipstation_custom_field_2' ); function shipstation_custom_field_2() {

return '_meta_key'; // Replace this with the key of your custom field

}
Related categories: PHP WordPress Software Architecture MySQL WooCommerce