Replies: 0
I am trying to print out a front end login form and wp-login.php is blocked by a firewall. The login url of the site is set to be /shs-login/
Running the wp_logout_url produces a url that is wp-login.php which ends up a 404. What’s odd is the wp admin bar uses the same function and produces a url that is correct: /shs-login/?action=logout&_wpnonce=89483b70a5
How can I get wp_logout_url to produce this url, not the wp-login.php version.