Skip to content

Instantly share code, notes, and snippets.

@maurobringolf
Created January 20, 2017 07:21
Show Gist options
  • Save maurobringolf/415bf65530ea7c78800857a5f8dc5e4e to your computer and use it in GitHub Desktop.
Save maurobringolf/415bf65530ea7c78800857a5f8dc5e4e to your computer and use it in GitHub Desktop.
<?php
sanitize_text_field( $str ); //https://developer.wordpress.org/reference/functions/sanitize_text_field/
sanitize_title( $str ); //https://developer.wordpress.org/reference/functions/sanitize_title/
sanitize_email( $str ); //https://developer.wordpress.org/reference/functions/sanitize_email/
sanitize_file_name( $str ); //https://developer.wordpress.org/reference/functions/sanitize_file_name/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment