Skip to content

Instantly share code, notes, and snippets.

@eto4detak
Last active December 23, 2018 22:01
Show Gist options
  • Save eto4detak/4c751311e25cd03249aef55d0bfce637 to your computer and use it in GitHub Desktop.
Save eto4detak/4c751311e25cd03249aef55d0bfce637 to your computer and use it in GitHub Desktop.
wp php esc
<input type="hidden" name="redirect_to" value="<?php echo esc_url($redirect_to); ?>">
<?php
update_user_meta($current_user->ID, '_psyho_date', sanitize_text_field($form->date));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment