can_date_be_updated( 'next_payment' ) ) : ?>
'_billing_interval',
'class' => 'billing_interval',
'label' => __( 'Payment:', 'woocommerce-subscriptions' ),
'value' => $the_subscription->get_billing_interval(),
'options' => wcs_get_subscription_period_interval_strings(),
)
);
// Billing Period
echo woocommerce_wp_select(
array(
'id' => '_billing_period',
'class' => 'billing_period',
'label' => __( 'Billing Period', 'woocommerce-subscriptions' ),
'value' => $the_subscription->get_billing_period(),
'options' => wcs_get_subscription_period_strings(),
)
);
?>
get_billing_interval() ) ), esc_html( wcs_get_subscription_period_strings( 1, $the_subscription->get_billing_period() ) ) ); ?>
$date_label ) : ?>