__('A widget which shows latest post', 'bizzboss'), ), array( ), $form_options = array( 'blogPost' => array( 'type' => 'posts', 'label' => __('Select posts query', 'bizzboss'), ), 'blogPostSelect' => array( 'type' => 'select', 'label' => __( 'Post Display Type', 'bizzboss'), 'default' => 'Select', 'options' => array( 'slider' => __( 'Slider', 'bizzboss' ), 'normal' => __( 'Normal', 'bizzboss' ), ), 'sanitize' => 'sanitize_text_field' ), ), plugin_dir_path(__FILE__) ); } function get_template_name($instance) { return 'blog-post-widget-template'; } function get_style_name($instance) { return 'blog-post-widget-style'; } } siteorigin_widget_register('blog-post-widget', __FILE__, 'Blog_post_Widget');