%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/woocommerce/ |
Current File : //var/www/cwg/wp-content/themes/cwg/woocommerce/wishlist-popup-create.php |
<?php /** * Wishlist create popup * * @author YITH * @package YITH\Wishlist\Templates\Wishlist * @version 3.0.0 */ /** * Template variables: * * @var $heading_icon string Heading icon HTML tag */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly ?> <div id="create_new_wishlist" class="block w-full"> <form method="post" action="<?php echo esc_url( YITH_WCWL()->get_wishlist_url( 'create' ) ); ?>"> <?php do_action( 'yith_wcwl_before_wishlist_create' ); ?> <div class="yith-wcwl-popup- lg:px-5 w-full"> <p class=" text-[13px] lg:mt-[150px]"> CREATE A NEW PROJECT </p> <?php yith_wcwl_get_template_part( 'create' ); ?> </div> <?php do_action( 'yith_wcwl_after_wishlist_create' ); ?> </form> </div>