array( 'label' => __( 'Button css class', 'italystrap' ), 'desc' => __( 'Customize the Button style with your custom css class. Example text-primary', 'italystrap' ), 'id' => 'class', 'type' => 'text', 'class' => 'widefat class', 'default' => '', // 'validate' => 'ctype_alpha', 'sanitize' => 'sanitize_text_field', 'section' => 'general', ), /** * Custom link for the widget title. */ 'id' => array( 'label' => __( 'Button css id', 'italystrap' ), 'desc' => __( 'Useful if you want to use it with javascript. It has to be unique.', 'italystrap' ), 'id' => 'id', 'type' => 'text', 'class' => 'widefat id', 'default' => '', // 'validate' => 'ctype_alpha', 'sanitize' => 'sanitize_text_field', 'section' => 'general', ), /** * Custom link for the widget title. */ 'content' => array( 'label' => __( 'Button content', 'italystrap' ), 'desc' => __( 'You can insert some content content the title.', 'italystrap' ), 'id' => 'content', 'type' => 'text', 'class' => 'widefat content', 'default' => '', // 'validate' => 'ctype_alpha', 'sanitize' => 'sanitize_text_field', 'section' => 'general', ), );