Created
October 25, 2015 19:43
-
-
Save SeanChDavis/f3ac0a892496316706e1 to your computer and use it in GitHub Desktop.
EDD Reviews Email Address Notice
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?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