• luxman

    (@luxman)


    I have a child-theme and would like to edit this error:

    “If you reached this screen by accident and meant to visit one of your own sites, here are some shortcuts to help you find your way.”

    Does anyone know what file this is under? Is it theme related? or is it something not to mess around with?

Viewing 4 replies - 1 through 4 (of 4 total)
  • esmi

    (@esmi)

    That message is not part of WordPress core. What theme are you using? Where did you download it from?

    Thread Starter luxman

    (@luxman)

    I have multisite running, so when a user tries to access a site they aren’t part of – that message appears.

    [Topic moved to Multisite forum.]

    The message is in “/wp-admin/includes/ms.php”

    Remove action and add your own.

    add_action( ‘admin_page_access_denied’, ‘_access_denied_splash’, 99 );

    Thread Starter luxman

    (@luxman)

    thanks David, I’ll give it a shot!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to edit – "If you reached this screen by accident and meant to visit one"’ is closed to new replies.