Skip to content

Instantly share code, notes, and snippets.

@maurobringolf
Created January 20, 2017 07:29
Show Gist options
  • Save maurobringolf/e6fce5fac1b834134c3245bbe0afe5ba to your computer and use it in GitHub Desktop.
Save maurobringolf/e6fce5fac1b834134c3245bbe0afe5ba to your computer and use it in GitHub Desktop.
<?php
esc_html( $str ); //https://developer.wordpress.org/reference/functions/esc_html/
esc_attr( $str ); //https://developer.wordpress.org/reference/functions/esc_attr/
esc_url( $str ); //https://developer.wordpress.org/reference/functions/esc_url/
esc_js( $str ); //https://developer.wordpress.org/reference/functions/esc_js/
esc_textarea( $str ); //https://developer.wordpress.org/reference/functions/esc_textarea/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment