AI-generated documentation from WordPress core source code using Homeboy.
This documentation is generated directly from WordPress source code to provide accurate, up-to-date reference material. The generation process follows the principle of code-first verification — every documented feature is verified to exist in code.
- Getting Started
- Content
- Users
- Queries
- Themes
- Blocks
- REST API
- JavaScript
- Plugins
- Infrastructure
- Security
- Admin
- Multisite
- Legacy
- Internals
- Development
root-files/— WordPress root entry pointsbootstrap/— WordPress bootstrap processwp-config/— Configuration constants and setupdatabase-schema/— Core database tables and schema
posts/— Post APIs and helperspost-types/— Post type registration and managementtaxonomies/— Taxonomy registration and termsmetadata/— Metadata APIscomments/— Comment APIsmedia/— Media library and uploadsshortcodes/— Shortcode APIsembeds/— oEmbed and embed helpers
users/— User APIsabilities-api/— Capabilities and abilitiesapplication-passwords/— Application passwordsprivacy/— Privacy tools and APIs
themes/— Theme APIstheme-json/— Global styles and theme.jsontemplate-tags/— Template tag functionscustomizer/— Customizer APIswidgets/— Widget APIsnav-menus/— Navigation menusstyle-engine/— Style Enginefonts/— Web fonts and font collections
blocks/— Block editor internalscore-blocks/— 106 core blocks (paragraph, image, columns, etc.)block-bindings/— Block bindingsblock-patterns/— Block patternsblock-templates/— Block templatesblock-development/— Block development utilitiesinteractivity-api/— Interactivity APIeditor/— Editor APIs
rest-api/— REST APIrest-api-controllers/— REST controllersrest-endpoints/— REST endpoints
scripts-styles/— Script/style enqueueingscript-modules/— Script modulesjs-packages/— Core JavaScript packages
plugins/— Plugin APIsplugin-dependencies/— Plugin dependency managementhooks/— Actions and filters
http/— HTTP APIcache/— Object cache APIscron/— WP-Cronrewrite/— Rewrite rulesl10n/— Localizationformatting/— Formatting helperserrors/— WP_Error and error handlingoptions/— Options APIemail/— Email functionssitemaps/— XML sitemapsrobots/— Robots.txt handlingsite-health/— Site Health checksupdates/— Core update APIs
recovery-mode/— Recovery modehttps/— HTTPS detection and enforcement
admin-api/— Admin APIsadmin-includes/— Admin include filesadmin-bar/— Admin barajax/— Admin AJAX handlerswp-admin-pages/— Admin page files
multisite/— Multisite APIs
xmlrpc/— XML-RPC APIbookmarks/— Bookmarks (Blogroll)feeds/— Feed generationlinks/— Link manager
internals/— Internal APIswalkers/— Walker classesdiff/— Diff utilitiesutilities/— Core utilitieshtml-api/— HTML processing API
coding-standards/— Core coding standardswp-cli/— WP-CLI integration
Documentation is generated using:
homeboy docs scaffold wp-includes # Analyze structure
# AI reads source, generates markdown
homeboy docs audit wp-includes # Verify alignmentTo regenerate or update documentation:
- Ensure WordPress core source is available
- Run scaffold to identify gaps
- Generate docs from source following Homeboy guidelines
- Run audit to verify
Generated from WordPress 6.9 (Development)