Removes indirect properties from the given input node and sets in the given output node.
Parameters
$input
arrayrequired- Node to process.
$output
arrayrequired- The processed node. Passed by reference.
Source
}
}
return $default_value;
}
/**
* Merges new incoming data.
*
* @since 5.8.0
* @since 5.9.0 Duotone preset also has origins.
*
* @param WP_Theme_JSON $incoming Data to merge.
Changelog
Version | Description |
---|---|
6.2.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.