From 0fcdb4acb6fa54f765f6afc15cce0ed7adf71dd4 Mon Sep 17 00:00:00 2001 From: danix Date: Wed, 11 Jul 2018 18:40:43 +0200 Subject: [PATCH] removed possibility to include shortcodes inside html widget --- danixland-site-plugin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/danixland-site-plugin.php b/danixland-site-plugin.php index ac76474..4e8aa54 100644 --- a/danixland-site-plugin.php +++ b/danixland-site-plugin.php @@ -12,7 +12,7 @@ show_admin_bar(__return_false()); /** * Allow Shortcodes inside the html widget */ -add_filter( 'widget_text', 'do_shortcode' ); +//add_filter( 'widget_text', 'do_shortcode' ); /** * make sure the links menu in the admin is visible -- 2.20.1