"Wip Facebook Box")); } public function form( $instance ) { global $positions, $numbersdisplay; /* Impostazioni di default del widget */ $defaults = array( 'title' => 'Follow on Facebook', 'wip_account' => 'WPinProgress', 'show_faces' => 'true', 'show_stream' => 'true', 'show_border' => 'true', 'show_header' => 'true', 'language' => 'en_GB', ); $instance = wp_parse_args( (array) $instance, $defaults ); $options = array('true' => 'Yes', 'false' => 'No'); ?>