col-md-12)
*/
'widget_css_id' => array(
'name' => __( 'Widget CSS ID', 'italystrap' ),
'desc' => __( 'This is the HTML container of the widget. Enter the CSS ID for this container. (Example: my-ID)', 'italystrap' ),
'id' => 'widget_css_id',
'type' => 'text',
'class' => 'widefat widget_css_id',
'default' => false,
// 'validate' => 'numeric_comma',
'sanitize' => 'sanitize_text_field',
'section' => 'general',
),
/**
* This is the HTML container of the widget. Enter the CSS class or classes for this container. (Example: col-md-12)
*/
'widget_css_class' => array(
'name' => __( 'Widget CSS class', 'italystrap' ),
'desc' => __( 'This is the HTML container of the widget. Enter the CSS class or classes for this container. (Example: col-md-12)', 'italystrap' ),
'id' => 'widget_css_class',
'type' => 'text',
'class' => 'widefat widget_css_class',
'default' => false,
// 'validate' => 'numeric_comma',
'sanitize' => 'sanitize_text_field',
'section' => 'general',
),
);