IQ Authorization
Advanced form of authorization and registration of your users
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_iq_auth_antiflood | Stores iq auth antiflood data created by this plugin. | Static |
| wp_iq_auth_code | Stores iq auth code data created by this plugin. | Static |
| wp_iq_auth_custom_fields | Stores iq auth custom fields data created by this plugin. | Static |
| wp_iq_auth_settings | Stores iq auth settings data created by this plugin. | Static |