wpcargo_after_package_infomation
“wpcargo_after_package_infomation” hook is used to add additional information after packages table in the trackresult
function wpcargo_after_package_infomation_custom_callback( $shipment ){ ?> <section> <h3>My Custom Section</h3> <p>Lorem Ipsum ist ein Platzhaltertext der häufig verwendet wird um Layouts und visuelle Mockups in der Druck-, Grafik- und Verlagsindustrie zu betrachten.</p> </section> <?php } add_action('wpcargo_after_package_infomation', 'wpcargo_after_package_infomation_custom_callback', 10, 1);
Screenshot: