Skip to content

Instantly share code, notes, and snippets.

@ckpicker
Created November 7, 2013 19:42
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/7360689 to your computer and use it in GitHub Desktop.
Save ckpicker/7360689 to your computer and use it in GitHub Desktop.
Community Events // Add Text to login page
add_filter('login_form_top', 'add_login_text');
function add_login_text() {
return '<p>You have to login to add events.</p>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment