esc_html__( 'Aadi Latest Work Slider Section', 'aadi' ),array(300,300) ) ); } /* Displays the Widget in the front-end */ function widget($args, $instance){ extract($args); global $post; $title = apply_filters('widget_title', empty($instance['title']) ? ' ' : $instance['title']); $cat= $instance['cat']; $posts_number = empty($instance['posts_number']) ? '' : $instance['posts_number']; ?>

'Latest Work Slider', 'posts_number'=>'4', 'cat'=>'work') ); $title = htmlspecialchars($instance['title']); $cat = $instance['cat']; $posts_number = (int) $instance['posts_number']; # Title echo '

'; echo '

'; echo '

'; } }// end ShowPosts class function aadi_ShowLatestWorkSliderInit() { register_widget('Aadi_LatestWorkSlider'); } add_action('widgets_init', 'aadi_ShowLatestWorkSliderInit'); ?>