Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Last active December 22, 2015 05:38
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/6425075 to your computer and use it in GitHub Desktop.
Save ckpicker/6425075 to your computer and use it in GitHub Desktop.
Events Community Add-on // Add intro text to submission form
add_action('tribe_events_community_form_before_template', 'my_custom_text');
function my_custom_text() {
echo "<p>Your instructions for the Event Submission form go here.</p>";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment