1
0
mirror of https://github.com/ulaulaman/eduinaf.git synced 2025-02-01 16:17:04 +01:00

Inserito il menu costellazioni nella sidebar corrispondente

This commit is contained in:
ulaulaman 2020-11-11 02:53:46 +01:00
parent c802029f05
commit 02e6a4d469

View File

@ -71,8 +71,10 @@ class Widget_Stars extends WP_Widget {
/** Front-end del widget */
public function widget( $args, $instance ) {
extract( $args );
$shortcode = do_shortcode('[sbcostellazioni]');
$shortcode = do_shortcode('[sbcostellazioni]');
$menu = do_shortcode('[menucostellazioni]');
echo $shortcode;
echo $menu;
echo $after_widget;
}