__( 'Widget per l\'inserimento della sidebar dei contenuti didattici', 'text_domain' ), ) // Args ); } /** Front-end del widget */ public function widget( $args, $instance ) { extract( $args ); $shortcode = do_shortcode('[sbdidattica]'); echo $shortcode; echo $after_widget; } /** Back-end del widget */ public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { $title = __( 'Titolo', 'text_domain' ); } ?>

__( 'Widget per l\'inserimento della sidebar delle costellazioni', 'text_domain' ), ) // Args ); } /** Front-end del widget */ public function widget( $args, $instance ) { extract( $args ); $shortcode = do_shortcode('[sbcostellazioni]'); $menu = do_shortcode('[menucostellazioni]'); echo $shortcode; echo $menu; echo $after_widget; } /** Back-end del widget */ public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { $title = __( 'Titolo', 'text_domain' ); } ?>

__( 'Widget per l\'inserimento della sidebar del corso base di astronomia', 'text_domain' ), ) // Args ); } /** Front-end del widget */ public function widget( $args, $instance ) { extract( $args ); $shortcode = do_shortcode('[sbcorsobase]'); echo $shortcode; echo $after_widget; } /** Back-end del widget */ public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { $title = __( 'Titolo', 'text_domain' ); } ?>

__( 'Widget per l\'inserimento della sidebar delle fotografie astronomiche', 'text_domain' ), ) // Args ); } /** Front-end del widget */ public function widget( $args, $instance ) { extract( $args ); $shortcode = do_shortcode('[sbastrofoto]'); echo $shortcode; echo $after_widget; } /** Back-end del widget */ public function form( $instance ) { if ( isset( $instance[ 'title' ] ) ) { $title = $instance[ 'title' ]; } else { $title = __( 'Titolo', 'text_domain' ); } ?>