How to change the Container No label in tracking result view or result. add_filter( 'wpc_shipment_container_header_title', function($title) { return '<strong> Batch No.</strong>'; } );