removed short code hardcoded in plugin

This commit is contained in:
jorge-vitrubio 2022-07-22 14:19:09 +02:00
parent e3efa163e2
commit 3d28a6134a
1 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ if( ! function_exists('hangar_show_categoriced') ){
echo $post->post_name . '<br />';
}
});
echo do_shortcode('[hangar-catlist category=5]');
//echo do_shortcode('[hangar-catlist category=5]');
}
}
if( ! function_exists('hangar_show_tagged') ){
@ -104,6 +104,6 @@ if( ! function_exists('hangar_show_tagged') ){
echo $post->post_name . '<br />';
}
});
echo do_shortcode('[hangar-taglist tag=5]');
//echo do_shortcode('[hangar-taglist tag=5]');
}
}