File: wp-includes/class-wp-view-config-data.php
-
Merges an incoming value into the current one, recursing by value shape.
-
Removes the properties a spec names from the current value.
-
Removes the first list member matching an identity, leaving the rest.
-
Merges an incoming list into the current one by member identity.
-
Resolves the identity used to match a list member against another.
-
classWP_View_Config_Data
Holds an entity’s view configuration while it is being built.
-
Constructor.
-
Returns the current configuration array.
-
Applies the entity view configuration filter and returns the result.
-
hook{$kind,}
Filters the view configuration for a given entity.
-
Replaces whole top-level keys, leaving the rest of the configuration alone.
-
Removes named properties from the configuration, leaving the rest alone.
-
Replaces list values while merging the rest of a partial configuration.
-
Merges a partial configuration into the existing one.
-
Applies a patch to the configuration, top-level key by top-level key.
-
Recursively drops every property whose value is `null` from a value.