I am utilizing Important Addons Put up Grid widget, nevertheless it has a restrict on the variety of tags proven – displaying simply 3.
I’ve tried getting into the beneath code on code snippets to override the restrict, nevertheless it would not work:
‘add_filter( ‘.eael_post_terms, ‘tags’ );
perform post_tag_limit($args){ if ( isset($args[‘taxonomy’]) && $args[‘taxonomy’] == ‘tags’ ){
$args[‘number’] = 10;
} return $args; }’
I attempted asking EA however they mentioned they could not assist as, understandably, it is customisation.
I am not snug altering EA information instantly, so would like to make use of Code Snippets. Can anybody please assist with the code?