wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/view-config.php › WordPress File
Functions6
› 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_post_type_page | Provides the view configuration for the `page` post type. |
| _wp_get_entity_view_config_post_type_post | Provides the view configuration for the `post` post type. |
| _wp_get_entity_view_config_post_type_wp_block | Provides the view configuration for the `wp_block` post type. |
| _wp_get_entity_view_config_post_type_wp_template | Provides the view configuration for the `wp_template` post type. |
| _wp_get_entity_view_config_post_type_wp_template_part | Provides the view configuration for the `wp_template_part` post type. |