Skip to content

Instantly share code, notes, and snippets.

@SeanChDavis
Created October 25, 2015 19:43
Show Gist options
  • Save SeanChDavis/f3ac0a892496316706e1 to your computer and use it in GitHub Desktop.
Save SeanChDavis/f3ac0a892496316706e1 to your computer and use it in GitHub Desktop.
EDD Reviews Email Address Notice
<?php // DO NOT COPY THIS LINE
function sd_reviews_form_message( $message ) {
$note = '<p><em>Your email address will not be displayed publicly.</em></p>';
$message = $note . $message;
return $message;
}
add_filter( 'edd_reviews_review_form_template', 'sd_reviews_form_message' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment