Home Forums WordPress Plugins Hide My WP Logout Methods

This topic is: not resolved
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #10518

    I need a better way to logout of WP. The current way would involve the url in my case: /wp-login.php?kQuery=8468&action=logout&_wpnonce=8ec26ff1f5 which isn’t sufficient given that I’m intending to hide all signs of WP. I know that the logout URL needs to be generated, and any attempt to hide the wp-login and wpnonce makes it break. This URL is the closest (and only) my users come to seeing WordPress, but its a function that people will be always be interacting with.

    What’s the best way to preserve or attain the logout function of WordPress while also cloaking it from being seen how it is?

    I would think this to be common but couldn’t find too much here through search. All help is appreciated.

    Thanks-
    Miles

    #10529
    Suman M.
    Post count: 12480

    To rename wp-login.php we recommend you to use plugin like Theme My Login.
    To replace _wpnonce use the option “Change Nonce” under source ode tab.
    Let us know if you have any further questions.

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.