Project Type: WordPress Reference

Gettext_Translations

Extends Translations with gettext-specific functionality: plural form expression parsing, header management, and dynamic plural form selection from the Plural-Forms header. Source: wp-includes/pomo/translations.php Since: 2.8.0 Extends: Translations Properties Property Type Description...

Customize Classes

WordPress Customizer class files providing controls, settings, sections, panels, and selective refresh for the Customizer (Theme Customization API). Source: wp-includes/customize/ Class Hierarchy WP_Customize_Setting (base, defined in class-wp-customize-setting.php) ├── WP_Customize_Filter_Setting ├──...

Customize Panels

Panel classes in wp-includes/customize/ that extend WP_Customize_Panel. WP_Customize_Themes_Panel Panel for browsing and switching themes. Displays active/previewing theme with a "Change" button. Source: wp-includes/customize/class-wp-customize-themes-panel.php Since: 4.9.0 Extends: WP_Customize_Panel Properties Property Type...

Customize Sections

Section classes in wp-includes/customize/ that extend WP_Customize_Section. WP_Customize_Themes_Section UI container for theme controls with search, filter, and feature-filter capabilities. Source: wp-includes/customize/class-wp-customize-themes-section.php Since: 4.2.0 Extends: WP_Customize_Section Properties Property Type Visibility Default...

Input Controls

Controls for color pickers, code editors, date/time selectors, and background position. WP_Customize_Color_Control Color picker control supporting full color and hue-only modes. Source: wp-includes/customize/class-wp-customize-color-control.php Since: 3.4.0 Extends: WP_Customize_Control Properties Property Type...

Media Controls

Media-related Customizer controls for handling file uploads, images, cropping, and specific image contexts. WP_Customize_Media_Control Base control for media selection using the WordPress media library. Source: wp-includes/customize/class-wp-customize-media-control.php Since: 4.2.0 Extends: WP_Customize_Control...

Nav Menu Controls

Controls for managing navigation menus in the Customizer. WP_Customize_Nav_Menu_Control Control for a complete nav menu, providing "Add Items" and "Reorder" functionality. Source: wp-includes/customize/class-wp-customize-nav-menu-control.php Since: 4.3.0 Extends: WP_Customize_Control Properties Property Type...

Theme Control

WP_Customize_Theme_Control Control for displaying a theme in the Customizer's theme browser. Handles active, installed, and remote (wporg) themes with update notices and compatibility checks. Source: wp-includes/customize/class-wp-customize-theme-control.php Since: 4.2.0 Extends: WP_Customize_Control...

Widget Controls

Controls for managing widgets in the Customizer. WP_Widget_Area_Customize_Control Control representing a widget area (sidebar) with add/reorder widget functionality. Source: wp-includes/customize/class-wp-widget-area-customize-control.php Since: 3.9.0 Extends: WP_Customize_Control Properties Property Type Visibility Default Since...

layout.php — Layout Block Support

The largest and most complex block support. Handles layout types (flow, constrained, flex, grid), gap/spacing styles, child layout positioning, and classic theme compatibility. Source: wp-includes/block-supports/layout.php Since: 5.8.0 Support Keys supports.layout...

← Back to Chubes.net