Viewing 1 replies (of 1 total)
  • Plugin Author Keylor Mendoza

    (@keylorcr)

    Hello @kilazer

    There is a filter you can use to edit the shipping label, the one you need here: wps_shipping_method_label

    /**
    ** Change Shipping label
    **/
    function kmchild_wps_shipping_title($title) {
    	return $title . '<p>My custom block title here!</p>';
    }
    add_filter('wps_shipping_method_label', 'kmchild_wps_shipping_title');

    I hope it helps, if not, write me back

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Text after the pickup name.’ is closed to new replies.