wpcfe_end_label_section

“wpcfe_end_label_section” action hook that allow to add additional information in the label template after all information sections.

Copy and paste the following code in the them functions.php for sample result.


add_action('wpcfe_end_label_section', function( $shipment_id ){
	?>
	<p style="font-size:18px;"><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
});

0
    0
    Your Cart
    Your cart is emptyReturn to Shop