Generating wp_nonce outside of WordPress
-
I’ve written a couple of web applications that utilize WordPress for the front end – it gives the customers a public website that they can edit, and they can control the users. I hook into the WordPress database for user management (all lookups – they still use the WP create user pages to create the users).
With WordPress 2.7, the introduction of the wp_nonce has broken my “Log Out” link. I understand the logic behind it, and I’m in favor – it’s a great security enhancement. However, I’ve made several attempts at generating that from within my app, and haven’t had any success. At one point, I was trying to determine what files I’d need to include from the WordPress codebase to make the function call work.
Googling for this problem also didn’t yield anything fruitful, so I’m bringing the question here in hopes that you smart folks can point me in the right direction. Thanks…
- The topic ‘Generating wp_nonce outside of WordPress’ is closed to new replies.