wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren
wp-includes/view-config.php › WordPress File
Funktionen6
› Entity view configuration API.
| Funktion | Kurzbeschreibung |
|---|---|
| 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. |