Advertisement
BakerMan

Remove 'Events for'

Nov 27th, 2013
359
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_get_events_title', 'change_month_title_wording' );
  2.  
  3. function change_month_title_wording( $title ) {
  4.     return str_replace( 'Events for', '', $title );
  5. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement