CampaignMonitor for WooCommerce – Move subscribe button [closed]

This works for me (not hooked to plugins_loaded):

remove_action('woocommerce_review_order_after_submit', array('core\App', 'woocommerce_subscription_box'));

Note there’s also an option in the plugin settings ‘Show subscription option at checkout’ which will also remove it…