Skip to content

Instantly share code, notes, and snippets.

@strangerstudios
strangerstudios / pmpro_register_redirect.php
Created November 14, 2014 21:44
Disable the PMPro redirect from default WordPress register page to PMPro levels page.
//add this line to your active theme's functions.php or a custom plugin
add_filter('pmpro_register_redirect', '__return_false');