• Hi, I am seeing an issue… All messages are showing except the confirmed message. We are receiving emails as well but the message is not showing even after updating the plugin.

    That means this part may not be working.

    <?php if ( $email_confirmed ) : ?>
    	<?php $confirmed_text = esc_html__( 'An email has been sent. Please check your inbox.' , 'frontend-reset-password' ); ?>
    	<p class="som-password-sent-message">
    		<span><?php echo esc_html( $confirmed_text ); ?></span>
    	</p>
    <?php endif; ?>

    Any help would be aprpeciated.

    Thank you

    • This topic was modified 4 years, 4 months ago by jpopuk.
    • This topic was modified 4 years, 4 months ago by jpopuk.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with confirmed message…’ is closed to new replies.