From 71a83b1c244917910fffd5db1b670e80e221400a Mon Sep 17 00:00:00 2001 From: ulaulaman Date: Tue, 16 Nov 2021 23:36:31 +0100 Subject: [PATCH] Pulizia --- sidebars/widgets.php | 218 ------------------------------------------- 1 file changed, 218 deletions(-) delete mode 100644 sidebars/widgets.php diff --git a/sidebars/widgets.php b/sidebars/widgets.php deleted file mode 100644 index b86c0c9..0000000 --- a/sidebars/widgets.php +++ /dev/null @@ -1,218 +0,0 @@ - __( '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' ); - } - ?> -

- - -

-