• Resolved samedwards

    (@samedwards)


    The wfLockedOut.php “temporarily locked out” template includes a link to return to the site home page, but uses the site_url() function to get this URL. As documented, this gets the URL where the current WordPress application files are located, which for subfolder installations won’t be the same as the URL where the front end is accessible. For that, home_url() should be used.

    Could this be changed in a future release?

    Thanks,
    Sam

Viewing 1 replies (of 1 total)
  • Plugin Support wfpeter

    (@wfpeter)

    Hi @samedwards, thanks for sending this over.

    I have noticed in our changelogs that home_url() has replaced site_url() in some sections of the plugin already, including emails. I have mentioned this to the development team today and the case has been reopened to consider this change everywhere it is required.

    Naturally I’m unable to commit to development timescales here on the forums, but it has been put forward and acknowledged through our internal channels.

    Thanks,

    Peter.

Viewing 1 replies (of 1 total)
  • The topic ‘wfLockedOut.php template should use home_url rather than site_url’ is closed to new replies.