Themes
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 ClassEncapsulates...
WP_Theme Class Reference
The WP_Theme class encapsulates theme data and provides methods for accessing theme information, files, and configuration.Class Overviewfinal class WP_Theme implements...
WordPress Theme Functions Reference
Complete reference for WordPress theme-related functions.Theme Information Functionswp_get_theme()Gets a WP_Theme object for a theme.wp_get_theme( string $stylesheet = '', string $theme_root...
WordPress Theme Hooks Reference
Complete reference for theme-related action hooks and filters.Template Loading Actionstemplate_redirectFires before determining which template to load.do_action( 'template_redirect' );Use Cases:Redirects based...
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...