Replies: 0
Hi,
I have a logout link and I’m using this function: <?php echo wp_logout_url( home_url() ); ?>
When I hover (or click) the link, I can see that the URL is: https://mywebsite.com/my_secret_URL/?action=logout&redirect_to=https%3A%2F%2Fmywebsite.com&_wpnonce=ac654353b
Is there something I can do to mask it? As an idea, the plugin could have two fields: secret login URL and secret logout URL.
Thanks,
James