wpcfe_before_table_bol_section
“wpcfe_before_table_bol_section” action hooks that allow to add additional information before the Bill of Lading content.
Copy and paste the following code to the theme functions.php for sample result.
add_action('wpcfe_before_table_bol_section', function( $shipment_id ){ ?> <p style="font-size:22px;"><strong>Desclaimer:</strong> It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.</p> <?php });