Example #1
0
 public function __construct()
 {
     parent::__construct();
     add_filter('category_description', 'do_shortcode');
     add_filter('term_description', 'do_shortcode');
     add_filter('widget_text', 'do_shortcode');
 }
Example #2
0
 public function __construct()
 {
     parent::__construct();
 }