2020-05-01 / 4053阅 / 悠然
PHP-agnostic version of {@link array_replace_recursive()}.
The array_replace_recursive() function is a PHP 5.3 function. WordPress currently supports down to PHP 5.2, so this method is a workaround for PHP 5.2.
Note: array_replace_recursive() supports infinite arguments, but for our use- case, we id="see-also" tabindex="-1">See also See also
Top ↑
(array)
(Optional)
Array with keys needing to be replaced.
Default value: array()
(array)
(Optional)
Array with the replaced keys.
Default value: array()
(array)