Created
September 18, 2017 11:10
-
-
Save barrykooij/34fbcebaa4656d428f8b4dc9fe10a82c to your computer and use it in GitHub Desktop.
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
function dlm_custom_na_redirect( $url ) { | |
return "https://www.never5.com/"; | |
} | |
add_filter( "dlm_access_denied_redirect", "dlm_custom_na_redirect" ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment