'bumbeelbee_builder', 'description' => __( 'A company profile is a professional introduction of the business and aims to inform the audience about its products and services.', 'bumbeelbee' ), 'customize_selective_refresh' => true ) ); } public function enqueue() { wp_enqueue_script( 'jquery-ui' ); wp_enqueue_script( 'jquery-ui-slider' ); } public function form( $instance ) { $defaults = array( 'title' => __( 'Counter Section', 'bumbeelbee' ) ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>
__( 'Counter Section', 'bumbeelbee' ) ); $instance = wp_parse_args( (array) $instance, $defaults ); echo $args['before_widget']; $filepath = get_template_directory() . '/include/library/widgets/widget-bumbeelbee-posts-counter/layouts/posts_counter.php'; if ( file_exists( $filepath ) ) { include $filepath; } else { esc_html_e( 'Please configure your widget', 'bumbeelbee' ); } echo $args['after_widget']; } }