%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/ |
Current File : //var/www/cwg/wp-content/themes/cwg/reset-pwd-confirmation.php |
<?php /** * The main template file * Template Name: Reset Password Confirmation * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/ * * @package onepoint */ ?> <!----Should be placed when there is no carousel--> <div class="js-headerGap h-[51px]"></div> <?php if ( is_user_logged_in() ) { wp_redirect(home_url()); } else { get_header(); ?> <div class="px-5"> Email confirmation has been sent </div> <?php get_footer(); } ?>