%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /var/www/cwg/wp-content/themes/cwg/template-parts/buttons/
Upload File :
Create Path :
Current File : //var/www/cwg/wp-content/themes/cwg/template-parts/buttons/enquire-button.php

<?php if (is_user_logged_in()) : ?>
    <div class="btn-stroked-variant w-[<?php echo $args['width']; ?>%] font-thin" id="js-enquire-btn-modal">
        Enquire
    </div>
<?php else : ?>
    <div class="btn-stroked-variant w-[<?php echo $args['width']; ?>%] font-thin">
        <?php
        $path_register = get_page_by_path('login');
        $link_login =  add_query_arg('p', get_the_ID(), get_permalink($path_register));
        ?>
        <a href="<?php echo redirect_login_account($link_login, ['action' => 'enquire', 'redirect_to' => get_permalink(get_the_ID())]); ?>">
            Enquire
        </a>
    </div>
<?php endif; ?>

Zerion Mini Shell 1.0