'author-meta-widget', 'description' => __('Mostra delle info sull autore del blog.','atom') ); parent::__construct('author_meta_widget', __('Bio autore','atom'), $widget_opt ); }//creazione costruttore con le info sul widget /*============================================================================*/ //metodo che crea il form nel backend public function form($instance){ $title = ''; if( !empty( $instance['title'] ) ) { $title = $instance['title']; } $name = ''; if( !empty( $instance['name'] ) ) { $name = $instance['name']; } $description = ''; if( !empty( $instance['description'] ) ) { $description = $instance['description']; } $img_url = ''; if( !empty( $instance['img_url'] ) ) { $img_url = $instance['img_url']; } $facebook = ''; if( !empty( $instance['facebook'] ) ) { $facebook = $instance['facebook']; } $twitter = ''; if( !empty( $instance['twitter'] ) ) { $twitter = $instance['twitter']; } $google = ''; if( !empty( $instance['google'] ) ) { $google = $instance['google']; } ?>

'.$name.'

'; } ?>
'; } ?> '; } ?> '; } ?>