Hello All!
I have a WP installed and there is also a subdomain with our own engine.
There is a simple user tracking system with login form. The login works fine but how to create right logout link for this subdomain?
If i will create a link using wp_logout_url(get_permalink()) function, the system throws an error...the nonce variable for logout is different in wordpress and our subdomain...
Has anybody the solution?
Thank you in advance.