本文档概述了 WordPress 数据库 API 的整体结构,包括相关功能页面和接口,旨在帮助插件和主题开发者通过标准化的方式访问数据库中的数据。
This page lists all holistic pages of a given Database related API. Each covers the functions involved in and use of a given set of functionality. Together they form what might be called the WordPress Database API, which is the plugin/theme/add-on interface created by the entire WordPress project in respect to access data as named values stored in the database layer.
If you’ve read through all of these you should have a good sense of how to extend WordPress through Plugins that do access the database in an easy way.