Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created February 18, 2013 14:00
Show Gist options
  • Save ckpicker/4977625 to your computer and use it in GitHub Desktop.
Save ckpicker/4977625 to your computer and use it in GitHub Desktop.
function add_custom_title() {
return 'Submit a Seminar';
}
add_action( 'tribe_ce_submit_event_page_title', 'add_custom_title');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment