You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// woocommerce_wp_checkbox() escapes attributes for us.
564
567
woocommerce_wp_checkbox(
565
568
array(
566
569
'id' => '_membership_product_autocomplete',
567
-
'label' => esc_html__( 'Autocomplete Order Status', 'pmpro-woocommerce' ),
568
-
'description' => esc_html__( "Check this to mark the order as completed immediately after checkout to activate the associated membership.", 'pmpro-woocommerce' ),
569
-
'cbvalue'=> esc_attr( $cbvalue ),
570
+
'label' => __( 'Autocomplete Order Status', 'pmpro-woocommerce' ),
571
+
'description' => __( "Check this to mark the order as completed immediately after checkout to activate the associated membership.", 'pmpro-woocommerce' ),
0 commit comments