How To Customize Add/Update Shipment Section Header Labels


// shipper information label

add_filter('wpcfe_shipper_label', function(){
    return __('Custom Shipper Information', 'wpcargo-frontend-manager');
});



// receiver information label

add_filter('wpcfe_receiver_label', function(){
    return __('Custom Receiver Information', 'wpcargo-frontend-manager');
});



// shipment information label

add_filter('wpcfe_shipment_label', function(){
    return __('Custom Shipment Information', 'wpcargo-frontend-manager');
});

0
    0
    Your Cart
    Your cart is emptyReturn to Shop