Shorcode Clipper?
Hello
Already here is a trick to accept html tag in store description and category.
This code is to put in your functions.php file of your theme clipper.
" $filters = array('term_description','category_description','p re_term_description');
foreach ( $filters as $filter ) {
remove_filter($filter, 'wp_filter_kses');
remove_filter($filter, 'strip_tags');
} "
Now here is my question. I would like to be able to insert shorcode in the description. how? normally accept other theme base as couponpress but not clipper ....
cordially