Viewing 2 replies - 1 through 2 (of 2 total)
  • Just add it at the end of: download-monitor/includes/download-functions.php

    add_filter( 'dlm_access_denied_redirect', 'my_access_denied_redirect' );
    
    function my_access_denied_redirect() {
    return "https://YourURL.com";
    }
    Plugin Contributor Barry Kooij

    (@barrykooij)

    You can indeed do this with the filter given above.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘My OWN style in "error page"’ is closed to new replies.