WOOT - WooCommerce Active Products Tables

woot_allowed_shortcodes

Uses for allowing shortcodes in field shortcodes_set. Use in file functions.php of the current wp theme, example:

 add_filter('woot_allowed_shortcodes', function($tags){	 
	 $tags[] = 'woocs';
	 return $tags;
 });