Skip to main content

6. WordPress Database and Queries

This module covers WordPress data access through APIs first and direct SQL only when necessary.

Lessons

Database Rule

Prefer WordPress APIs. Use direct SQL only when the API cannot express the query or when a custom table is the right design.

What's Next