%PDF- %PDF-
Direktori : /var/www/cwg/wp-content/themes/cwg/woocommerce/ |
Current File : //var/www/cwg/wp-content/themes/cwg/woocommerce/wishlist-create.php |
<?php /** * Wishlist create template * * @author YITH * @package YITH\Wishlist\Templates\Wishlist\Create * @version 3.0.0 */ if ( ! defined( 'YITH_WCWL' ) ) { exit; } // Exit if accessed directly ?> <div class=""> <div class="w-full px-3 mt-4 mb-8 border-grey-darker border-solid border "> <div class="text-[10px] text-grey-textLight font-thin pt-0.5">Project name</div> <input name="wishlist_name" type="text" class="custom-placeholder w-full placeholder-grey-placeholder p-0 placeholder-black" placeholder="<?php echo esc_html( apply_filters( 'yith_wcwl_new_list_title_text', __( 'Name your list', 'yith-woocommerce-wishlist' ) ) ); ?>" required="required"/> </div> <p class="form-row form-row-wide wishlist-privacy-radio hidden"> <label> <input type="radio" name="wishlist_visibility" class="wishlist-visiblity" checked value="1"/> <?php echo wp_kses_post( yith_wcwl_get_privacy_label( 1, true ) ); ?> </label> </p> <input class="btn-stroked-dark w-[100px]" type="submit" name="create_wishlist" value="Create"/> <?php wp_nonce_field( 'yith_wcwl_create_action', 'yith_wcwl_create' ); ?> </div>