What Are Security Best Practices for WordPress Plugins and Themes? [closed]

Use Nonces (when not using Settings API)

Plugins and Themes should explicitly provide Settings-page nonce checking, if not using the Settings API:

Leave a Comment