Skip to content

Instantly share code, notes, and snippets.

@barrykooij
Created September 18, 2017 11:10
Show Gist options
  • Save barrykooij/34fbcebaa4656d428f8b4dc9fe10a82c to your computer and use it in GitHub Desktop.
Save barrykooij/34fbcebaa4656d428f8b4dc9fe10a82c to your computer and use it in GitHub Desktop.
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