Skip to content

Instantly share code, notes, and snippets.

@Inzman
Created April 24, 2020 11:04
Show Gist options
  • Save Inzman/b47e2d5fd2d632876c9c290290245503 to your computer and use it in GitHub Desktop.
Save Inzman/b47e2d5fd2d632876c9c290290245503 to your computer and use it in GitHub Desktop.
If content is really empty
function empty_content($str) {
return trim(str_replace(' ','',strip_tags($str))) == '';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment