form-lost-password.php 317 Bytes
Newer Older
cyrille's avatar
cyrille committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
<?php
defined( 'ABSPATH' ) || exit;
?>

<?php llms_print_notices(); ?>

<form action="" class="llms-lost-password-form" method="POST">

	<?php foreach ( $fields as $field ) : ?>
		<?php llms_form_field( $field ); ?>
	<?php endforeach; ?>

	<?php wp_nonce_field( 'llms_' . $form, '_' . $form . '_nonce' ); ?>

</form>