Title: Does it use Nonces
Last modified: August 2, 2021

---

# Does it use Nonces

 *  Resolved [bhalodiya](https://wordpress.org/support/users/bhalodiya/)
 * (@bhalodiya)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/do-your-plugin-use-nonces-to-function-correctly/)
 * Do your plugin use Nonces to function correctly?
 * [https://developer.wordpress.org/plugins/security/nonces/](https://developer.wordpress.org/plugins/security/nonces/)
    -  This topic was modified 4 years, 10 months ago by [bhalodiya](https://wordpress.org/support/users/bhalodiya/).

Viewing 1 replies (of 1 total)

 *  Plugin Contributor [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * (@rogierlankhorst)
 * [4 years, 10 months ago](https://wordpress.org/support/topic/do-your-plugin-use-nonces-to-function-correctly/#post-14727226)
 * Yes. If you do a search on ‘wp_verify_nonce’ you will see that the plugin uses
   the nonce check where necessary.
 * Additionally, several files are never even loaded for not logged in users, and
   admin functions as locked behind capability checks.
 * All $_POST and $_GET properties are sanitised before processed.
 * Let me know if you have any questions.

Viewing 1 replies (of 1 total)

The topic ‘Does it use Nonces’ is closed to new replies.

 * ![](https://ps.w.org/really-simple-ssl/assets/icon-256x256.png?rev=2839720)
 * [Really Simple Security - Simple and Performant Security (formerly Really Simple SSL)](https://wordpress.org/plugins/really-simple-ssl/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/really-simple-ssl/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/really-simple-ssl/)
 * [Active Topics](https://wordpress.org/support/plugin/really-simple-ssl/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/really-simple-ssl/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/really-simple-ssl/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Rogier Lankhorst](https://wordpress.org/support/users/rogierlankhorst/)
 * Last activity: [4 years, 10 months ago](https://wordpress.org/support/topic/do-your-plugin-use-nonces-to-function-correctly/#post-14727226)
 * Status: resolved