PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
themes
/
rehub
/
wc-vendors
/
dashboard
<?php if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly ?> <form method="post" class="rh_wcv_date_picker"> <div class="wpsm-four-fifth"> <div class="wpsm-one-half"> <label for="from"><?php _e( 'From:', 'rehub_framework' ); ?></label> <input class="date-pick" type="date" name="start_date" id="from" value="<?php echo esc_attr( date( 'Y-m-d', $start_date ) ); ?>"/> </div> <div class="wpsm-one-half wpsm-column-last"> <label for="to"><?php _e( 'To:', 'rehub_framework' ); ?></label> <input type="date" class="date-pick" name="end_date" id="to" value="<?php echo esc_attr( date( 'Y-m-d', $end_date ) ); ?>"/> </div> </div> <div class="wpsm-one-fifth wpsm-column-last"> <input type="submit" class="btn btn-inverse btn-small" value="<?php _e( 'Show', 'rehub_framework' ); ?>"/> </div> </form>
[+]
..
[-] date-picker.php
[edit]
[-] links.php
[edit]