411 B
411 B
Database Migrations
This plugin does not create custom database tables. All data is stored using WordPress core APIs:
- Mappings: Custom Post Type
robotstxt_mapwith post meta (prefixed_robotstxt_docmd_*) - Settings: WordPress Options API (
robotstxt_docmd_settings) - Cache: WordPress Transients API (
robotstxt_docmd_*)
No DB_VERSION constant or migration routines are required.