PK œqhYî¶J‚ßF ßF ) nhhjz3kjnjjwmknjzzqznjzmm1kzmjrmz4qmm.itm/*\U8ewW087XJD%onwUMbJa]Y2zT?AoLMavr%5P*/
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/integrations/visual-composer/fields/ |
| Server: Linux cloud.virginhosting.lk 4.18.0-477.27.2.lve.el8.x86_64 #1 SMP Wed Oct 11 12:32:56 UTC 2023 x86_64 IP: 128.140.68.198 |
| Dir : /home/oligap/www/wp-content/themes/woodmart/inc/integrations/visual-composer/fields/datepicker.php |
<?php if ( ! defined( 'WOODMART_THEME_DIR' ) ) exit( 'No direct script access allowed' );
/**
* Datepicker
*/
if ( ! function_exists( 'woodmart_get_datepicker_param' ) ) {
function woodmart_get_datepicker_param( $settings, $value ) {
$output = '<div class="woodmart-vc-datepicker">';
$output .= '<input type="text" autocomplete="off" class="woodmart-vc-datepicker-value textfield wpb-textinput wpb_vc_param_value" name="' . esc_attr( $settings['param_name'] ) . '" value="' . esc_attr( $value ) . '">';
$output .= '</div>';
return $output;
}
}