Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created July 15, 2014 03:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ckpicker/9618322bd538607b21bc to your computer and use it in GitHub Desktop.
Save ckpicker/9618322bd538607b21bc to your computer and use it in GitHub Desktop.
Community Events 3.6 // Change 'Submit Event' Page Title
add_filter( 'tribe_ce_submit_event_page_title', 'change_community_title' );
function change_community_title() {
return 'My Custom Title';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment