PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
dokan-pro
/
templates
/
store-lists
<?php /** * The template for displaying featured area in store lists filter * * This template can be overridden by copying it to yourtheme/dokan/store-lists/featured.php * * HOWEVER, on occasion WooCommerce will need to update template files and you * (the theme developer) will need to copy the new files to your theme to * maintain compatibility. We try to do this as little as possible, but it does * happen. When this occurs the version of the template file will be bumped and * the readme will list any important changes. * * @see https://docs.woocommerce.com/document/template-structure/ * @package Dokan/Templates * @version 3.0.0 */ defined( 'ABSPATH' ) || exit; ?> <div class="featured item"> <label for="featured"> <?php esc_html_e( 'Featured', 'dokan' ); ?>: </label> <input type="checkbox" class="dokan-toogle-checkbox" id="featured" name="featured"> </div>
[+]
..
[-] ratings.php
[edit]
[-] featured.php
[edit]
[-] open-now.php
[edit]
[-] category-area.php
[edit]