Advertisement
brook-tribe

Encode Recurring See All link as proper HTML

Oct 30th, 2014
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.17 KB | None | 0 0
  1. add_filter('tribe_all_occurences_link', 'tribe_all_occurences_link_encode', 100);
  2. function tribe_all_occurences_link_encode ($link) {
  3.     return htmlspecialchars($link);
  4. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement