Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('site-reviews/review/wrap/content', function ($value, $unwrappedValue) {
- return sprintf('<div class="glsr-review-content read-more js-read-more" data-rm-words="40"><p>%s</p></div>',
- $unwrappedValue
- );
- }, 10, 2);
Add Comment
Please, Sign In to add comment