Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 9, 2014 13:15
Show Gist options
  • Save wpscholar/397c62a732d9546d34a4 to your computer and use it in GitHub Desktop.
Save wpscholar/397c62a732d9546d34a4 to your computer and use it in GitHub Desktop.
Validate safe HTML example
<?php
$message = wp_kses_post( $_POST['message'] );
update_post_meta( get_the_ID(), 'message', $message );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment