WordPress 7.1.0parsed 22 Aug 202615,723 symbols
WordPress Code Reference
Functions, hooks, classes and methods found in the WordPress 7.1.0 source, parsed from the release tag itself, so each parameter, return type and @since line matches the code you are running. 5 releases share one page per symbol, so a symbol shows what it looks like now and what it looked like then. The same data is available to an AI assistant through the WordPress MCP server.
Changed in 7.1.0since 7.0.4
- wp_die()signature changed
- clamp()new
- dead_db()signature changed
- mb_chr()new
- WP_Hooksignature changed
- mb_ord()new
- WP_Postsignature changed
- is_sitemap()new
214 new · 263 changed · 10 removed
What is covered
Each release below is parsed from its own tag. Counts are what the parser found in that release’s source, and each one opens the index for that type.
| Release | functions | hooks | classes | methods | Total |
|---|---|---|---|---|---|
| 7.1.0 | 4,809+89 | 2,815+22 | 756+4 | 7,343+89 | 15,723 |
| 7.0.4 | 4,720+98 | 2,793+18 | 752+94 | 7,254+730 | 15,519 |
| 6.9.7 | 4,622+68 | 2,775+27 | 658+17 | 6,524+215 | 14,579 |
| 6.8.8 | 4,554+15 | 2,748+22 | 641+3 | 6,309+25 | 14,252 |
| 6.7.7 | 4,539 | 2,726 | 638 | 6,284 | 14,187 |
- Functions4,809Callables declared in core, each with the hooks it fires in execution order and every place core calls it.
- Hooks2,815Actions and filters, each shown alongside the other hooks that fire around it in the same function.
- Classes756Core classes with their properties, methods, and what moved between releases.
- Methods7,343Each class method gets its own page, because a method is usually the thing you were searching for.