Skip to content

Instantly share code, notes, and snippets.

@mahangu
Created March 10, 2016 09:49
Embed
What would you like to do?
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