Skip to content

Instantly share code, notes, and snippets.

@mahangu
Created March 10, 2016 09:49
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 mahangu/07cb38532963b8bc47c6 to your computer and use it in GitHub Desktop.
Save mahangu/07cb38532963b8bc47c6 to your computer and use it in GitHub Desktop.
add_action( 'comment_form', 'wcmumbai_comment_form' );
function wcmumbai_comment_form( $post_id ) {
echo '<strong>Are you posting about WC Mumbai? You should be!</strong>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment