Skip to content

Instantly share code, notes, and snippets.

@harshanas
Last active February 13, 2021 07:18
Show Gist options
  • Save harshanas/2241964bd6bfb03189383225fcfb6921 to your computer and use it in GitHub Desktop.
Save harshanas/2241964bd6bfb03189383225fcfb6921 to your computer and use it in GitHub Desktop.
<?php
$name = sanitize_text_field( $_REQUEST['name'] );
$email = sanitize_email( $_REQUEST['email'] );
$address = sanitize_textarea_field( $_REQUEST['address'] );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment