Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 9, 2014 12:53
Show Gist options
  • Save wpscholar/50481392e17dc4a5a681 to your computer and use it in GitHub Desktop.
Save wpscholar/50481392e17dc4a5a681 to your computer and use it in GitHub Desktop.
Sanitize email example
<?php
$email = sanitize_email( $_POST['email'] );
update_post_meta( get_the_ID(), 'email', $email );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment