__('Spacer.', 'addon-so-widgets-bundle'), 'panels_icon' => 'dashicons dashicons-leftright', 'panels_groups' => array('addonso') ), array(), array( 'widget_title' => array( 'type' => 'text', 'label' => __('Widget Title.', 'addon-so-widgets-bundle'), 'default' => '' ), 'spacer' => array( 'type' => 'slider', 'label' => __( 'Set Height', 'addon-so-widgets-bundle' ), 'default' => 0, 'min' => 0, 'max' => 1000, 'integer' => true ), ), plugin_dir_path(__FILE__) ); } function get_template_name($instance) { return 'spacer-template'; } function get_style_name($instance) { return 'spacer-style'; } } siteorigin_widget_register('spacer', __FILE__, 'Spacer');