Last active
December 23, 2018 22:01
-
-
Save eto4detak/4c751311e25cd03249aef55d0bfce637 to your computer and use it in GitHub Desktop.
wp php esc
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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