BakerMan

Steph date string hack

Sep 26th, 2013
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. add_filter('tribe_event_meta_event_date', 'apply_uhr_suffix_tribe_dates');
  2.  
  3. function apply_uhr_suffix_tribe_dates($html) {
  4. return str_replace('</abbr></dd>', ' Uhr </abbr></dd>', $html);
  5. }
Add Comment
Please, Sign In to add comment