Themes
WordPress Themes API Overview
The Themes API provides comprehensive functionality for theme management, template loading, global styles, and the transition from classic to block-based...
WP_Theme Class Reference
The WP_Theme class encapsulates theme data and provides methods for accessing theme information, files, and configuration. Class Overview final class...
WordPress Theme Functions Reference
Complete reference for WordPress theme-related functions. Theme Information Functions wp_get_theme() Gets a WP_Theme object for a theme. wp_get_theme( string $stylesheet...
WordPress Theme Hooks Reference
Complete reference for theme-related action hooks and filters. Template Loading Actions template_redirect Fires before determining which template to load. do_action(...
WP_Theme_JSON & WP_Theme_JSON_Resolver Reference
These classes handle the processing of theme.json configuration files, providing a structured way to manage global styles and settings. WP_Theme_JSON...