Skip to content

Instantly share code, notes, and snippets.

@wpscholar
Created August 9, 2014 13:19
Show Gist options
  • Save wpscholar/0b2644e64d676416dcb8 to your computer and use it in GitHub Desktop.
Save wpscholar/0b2644e64d676416dcb8 to your computer and use it in GitHub Desktop.
Validate that HTML is valid and safe
<?php
$excerpt = wp_kses_post( balanceTags( substr( $_POST['content'], 0, 300 ), true ) );
update_post_meta( get_the_ID(), 'excerpt', $excerpt );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment