Modify Title
-
Hi,
Is there a way to change the title beside the checkbox in the checkout using functions?
I would like to change it from ‘Shipping Insurance’ to ‘Shipping Insurance – Australia Post / StarTrack’
I have modified this in plugin file but I know if there is any update the changes will be overwritten:
woocommerce_form_field( ‘shipping_insurance_box’, array(
‘type’ => ‘checkbox’,
‘class’ => array(‘shipping_insurance_box form-row-wide’),
‘label’ => __(‘Shipping Insurance – Australia Post / StarTrack’),
‘placeholder’ => __(”),
)
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Modify Title’ is closed to new replies.