Skip to content

Instantly share code, notes, and snippets.

@nhatnx
Created January 17, 2018 04:15
Show Gist options
  • Select an option

  • Save nhatnx/6379540779766ee15163bd41b2034b48 to your computer and use it in GitHub Desktop.

Select an option

Save nhatnx/6379540779766ee15163bd41b2034b48 to your computer and use it in GitHub Desktop.
Clear CKEditor content which has only spaces
<?php
$content = trim(preg_replace('/<p>(\s+|&nbsp;)+<\/p>/', ' ', $content));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment