id_base=='text'){ $filter = isset( $instance['filter'] ) ? $instance['filter'] : 0; if (!defined('VISUAL_TEXT_WIDGET')||VISUAL_TEXT_WIDGET===false) { $title = sanitize_text_field( $instance['title'] ); ?>

/> 

id_base=='text'){ $instance['filter'] = ! empty( $new_instance['filter'] ); } return $instance; } public static function admin_init() { global $wp_scripts; if ( $wp_scripts ) { $wp_scripts->remove( 'text-widgets' ); } } protected static function load_language() { $languages_path = plugin_basename( dirname(__FILE__).'/lang' ); load_plugin_textdomain( 'add-paragraphs-option', false, $languages_path ); } }