__( 'Display a countdown timer.', 'best-shop' ), ) ); } public function widget( $args, $instance ) { $to_date = ( ! empty( $instance['to_date'] ) ) ? absint( $instance['to_date'] ) : 1; $show_labels = ( ! empty( $instance['show_labels'] ) ) ? true : false; $to_month = (!empty($instance['to_month'])) ? absint($instance['to_month']) : 12; $to_year = (!empty($instance['to_year'])) ? absint($instance['to_year']) : 2024; $text_to_show = ( ! empty( $instance['text_to_show'] ) ) ? wp_strip_all_tags( $instance['text_to_show'] ) : ''; ?>
id="get_field_id( 'show_labels' )); ?>" name="get_field_name( 'show_labels' )); ?>" />