'contact-info', 'description' => __( 'Widget with a simple contact information.', 'yiw' ) ); $control_ops = array( 'id_base' => 'contact-info' ); $this->WP_Widget( 'contact-info', __( 'Contact Info', 'yiw' ), $widget_ops, $control_ops ); } function form( $instance ) { global $yiw_icons_name; /* Impostazioni di default del widget */ $defaults = array( 'title' => __( 'Contacts', 'yiw' ), 'phone' => '', 'fax' => '' ); $instance = wp_parse_args( (array) $instance, $defaults ); ?>
'; $text .= '