wahabmirjan / wp-simple-nonce

A very simple NONCE for WordPress developers.
GNU General Public License v2.0
37 stars 10 forks source link

Many entries in WordPress Database #13

Closed hupe13 closed 12 months ago

hupe13 commented 12 months ago

I'm testing a new feature for my plugin using wp-simple-nonce. It works fine, but there are many entries in the database wp-snc_nonce-name_* and wp-snc_expires_nonce-name_*. I think, if the nonce has been used, these entries must be deleted.

It works, a hour later many entries are gone.

Thank you very much.