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 ) : ?>
: can_date_be_updated( $internal_date_key ) ) : ?> get_time( $internal_date_key, 'site' ), array( 'name_attr' => $date_key ) ), array( 'input' => array( 'type' => array(), 'class' => array(), 'placeholder' => array(), 'name' => array(), 'id' => array(), 'maxlength' => array(), 'size' => array(), 'value' => array(), 'patten' => array() ), 'div' => array( 'class' => array() ), 'span' => array(), 'br' => array() ) ); // phpcs:ignore WordPress.Arrays.ArrayDeclarationSpacing.AssociativeArrayFound ?> get_date_to_display( $internal_date_key ) ); ?>