diff options
| author | danix <danix@danix.xyz> | 2018-07-11 18:40:43 +0200 |
|---|---|---|
| committer | danix <danix@danix.xyz> | 2018-07-11 18:40:43 +0200 |
| commit | 0fcdb4acb6fa54f765f6afc15cce0ed7adf71dd4 (patch) | |
| tree | 3cd19a34b1b5f31f49a66371d4b5e7000203679b | |
| parent | 40ea656f94c6025a725dd5218e43ba8b7c6ff089 (diff) | |
| download | danixland-site-plugin-0fcdb4acb6fa54f765f6afc15cce0ed7adf71dd4.tar.gz danixland-site-plugin-0fcdb4acb6fa54f765f6afc15cce0ed7adf71dd4.zip | |
removed possibility to include shortcodes inside html widget
| -rw-r--r-- | danixland-site-plugin.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
