wpseek.com
A WordPress-centric search engine for devs and theme authors



get_entity_view_config_{$kind}_{$name} › WordPress Filter Hooks

Since7.1.0
Deprecatedn/a
$filtered_config = apply_filters(
Parameters: (2)
  • () config { The view configuration for the entity. @type array $default_view Default view configuration. @type array $default_layouts Default layouts configuration. @type array $view_list List of available views. @type array $form Form configuration. }
    Required: Yes
  • () entity { The entity the configuration is built for. @type string $kind The entity kind. @type string $name The entity name. }
    Required: No
    Default:
Defined at:
Codex:

Filters the view configuration for a given entity.

The dynamic portions of the hook name, `$kind` and `$name`, refer to the entity kind (e.g. `postType`) and the entity name (e.g. `page`).




Related Hooks: get_the_modified_time

Source

$filtered_config = apply_filters(