Skip to content

Instantly share code, notes, and snippets.

View pabamato's full-sized avatar

Pablo Amato pabamato

  • Montevideo, Uruguay
View GitHub Profile
<?php
https://wordpress.stackexchange.com/questions/299629/why-does-wp-redirect-strip-out-0a-url-encoded-new-line-character-and-how-do-i
if ( !function_exists('wp_redirect') ) :
/**
* Redirects to another page.
*
* Note: wp_redirect() does not exit automatically, and should almost always be
* followed by a call to `exit;`:
*