'subscrpt_timing', 'label' => __( 'Users will pay', 'subscription' ), 'value' => $subscrpt_timing, 'options' => $timing_types, 'description' => __( 'Set the length of each recurring subscription period to daily, weekly, monthly or annually.', 'subscription' ), 'desc_tip' => true, ) ); ?>

'subscrpt_cart_txt', 'label' => __( 'Button Text (Custom)', 'subscription' ), 'type' => 'text', 'value' => $subscrpt_cart_txt, 'description' => __( 'Customize the button label shown on the product or shop page. Default is "Subscribe"', 'subscription' ), 'desc_tip' => true, ) ); woocommerce_wp_select( array( 'id' => 'subscrpt_user_cancel', 'label' => __( 'Allow User Cancellation?', 'subscription' ), 'value' => $subscrpt_user_cancell, 'options' => array( 'yes' => __( 'Yes', 'subscription' ), 'no' => __( 'No', 'subscription' ), ), 'description' => __( 'Allow subscribers to cancel their subscription manually from their account dashboard.', 'subscription' ), 'desc_tip' => true, ) ); woocommerce_wp_select( array( 'id' => 'subscrpt_limit', 'label' => __( 'Limit subscription', 'subscription' ), 'options' => array( 'unlimited' => __( 'Do not limit', 'subscription' ), 'one' => __( 'allow only one active subscription', 'subscription' ), 'only_one' => __( 'allow only one subscription of any status', 'subscription' ), ), 'value' => $subscrpt_limit, 'description' => __( 'Set optional limits for this product subscription.', 'subscription' ), 'desc_tip' => true, ) ); ?>