• Resolved mowlman

    (@mowlman)


    Is it possible to override within my Child’s theme wfLockedOut.php?
    Possibly create wordfence folder and place the modified copy in there?

    The Lockout page includes the link to my admin login in which I have changed to a custom one; however, wordfence negates this security measure by displaying a link when a user gets locked out.

    For over a year now, other topics that are similar where they have to re apply their changes after every update.

    This is the line I want removed from the lockout screen. If I can override, then I can do it myself.

    <li><a href="<?php echo esc_url(admin_url()); ?>"><?php _e('Attempt to return to the admin login page (you may still be locked out)', 'wordfence'); ?></a></li>
    
    other closed tickets from a year ago need something similar:
    https://wordpress.org/support/topic/customizing-block-locked-messages-from-wordfence/
    
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘How to Override wfLockedOut.php to remove admin link’ is closed to new replies.