Redirect after verification – Customize Message string (s)
-
Greetings.
I need a bit of help to customize a string of text in the verification message that can be seen when the verification email is opened and link engaged.in class-manage-verification.php around the line 535 exists the block
<?php if(!empty($redirect_after_verification) && $redirect_after_verification != 'none'): ?> <div class="redirect"> <p><?php echo __('You will redirect after verification','user-verification'); ?></p> <a href="<?php echo esc_url_raw($redirect_page_url); ?>"> <?php echo __('Click if not redirect automatically','user-verification'); ?> </a> </div> <?php endif; ?>But i am unable to modify it through functions.php since i have no clue of how should i call that block and change the strings <?php echo __(‘You will redirect after verification’,’user-verification’); ?> and <?php echo __(‘Click if not redirect automatically’,’user-verification’); ?> without changing the core files of the plugin folder.
I hope to have some answer to this.
Thanks in advance.
The topic ‘Redirect after verification – Customize Message string (s)’ is closed to new replies.