All features

Cherry Blossom feature

Theme framework: Content Types

Coordinates post type and taxonomy registration.

Coordinates post type and taxonomy registration.

Capabilities and extension points

Resolved content type definitions.

  • var array|null

Initializes the content type system.

Registers coordinator hooks.

Gets content type modules.

  • return array Module class names.

Gets configured post type and taxonomy definitions.

The cherry/blossom/content_types/definitions filter receives the default top-level post_types and taxonomies arrays plus this coordinator instance. Definitions are cached on first access, before each registration controller normalizes its own entries.

  • return array Definitions keyed by post_types and taxonomies.

Source reference

This editable reference page is based on the PHP documentation in class-content-types.php.