WooCommerce Authorize.net CIM: Force tokenization in the Payment Form
<?php // only copy this line if needed add_filter( 'wc_authorize_net_cim_credit_card_payment_form_tokenization_forced', '__return_true' );