D11 Random Quote Loader
Display a random quote from your own database on every page load, with a full admin panel for managing quotes and CSV import/export.
2 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_d11rql_quotes | Stores d11rql quotes data created by this plugin. | Static |
| wp_quotes | Stores quotes data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
d11rql_db_version