robotstxt-documentation-mar.../docs/db-migrations.md
2026-06-08 12:31:51 +00:00

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_map with 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.