wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_get_entity_view_config_hook_name › WordPress Function
Since7.1.0
Deprecatedn/a
› wp_get_entity_view_config_hook_name ( $kind, $name )
| Parameters: (2) |
|
| Returns: |
|
| Defined at: |
|
| Codex: |
Builds the name of the dynamic filter that provides the view configuration for an entity.
The entity kind and name are embedded in the hook name lowercased, so the hook follows the WordPress convention of lowercase hook names regardless of how the entity identifiers are spelled: thepostType/page entity maps to
the get_entity_view_config_posttype_page hook.