wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/view-config.php › WordPress File
Functions7
› Entity view configuration API.
| Function | Short description |
|---|---|
| wp_get_entity_view_config | Returns the view configuration for the given entity. |
| wp_get_entity_view_config_hook_name | Builds the name of the dynamic filter that provides the view configuration for an entity. |
| _wp_get_default_posttype_form | Builds the default `form` configuration for post types that don't provide their own. |
| _wp_get_entity_view_config_posttype_page | Provides the view configuration for the `page` post type. |
| _wp_get_entity_view_config_posttype_wp_block | Provides the view configuration for the `wp_block` post type. |
| _wp_get_entity_view_config_posttype_wp_template | Provides the view configuration for the `wp_template` post type. |
| _wp_get_entity_view_config_posttype_wp_template_part | Provides the view configuration for the `wp_template_part` post type. |