wpcfe_after_login_form

“wpcfe_after_login_form” action hook that allow to add section after the Frontend Manager login page template.

Copy and paste the following code to the theme functions.php file


add_action('wpcfe_after_login_form', function( $shipment_id ){
	?>
	<div class="col-md-12 my-3 p-0">
		<h3>Passage of Lorem Ipsum</h3>
		There are many variations of passages of Lorem Ipsum available, but the majority have suffered alteration in some form, by injected humour.
	</div>
	<?php
});

1
    1
    Your Cart
    Remove