Uses
| Uses | Description | 
|---|---|
| wp-includes/formatting.php: map_deep() | Maps a function to all non-iterable elements of an array or an object. | 
Navigates through an array, object, or scalar, and decodes URL-encoded values
(mixed) (Required) The array or string to be decoded.
(mixed) The decoded value.
File: wp-includes/formatting.php
function urldecode_deep( $value ) {
	return map_deep( $value, 'urldecode' );
}  | Version | Description | 
|---|---|
| 4.4.0 | Introduced. | 
    © 2003–2019 WordPress Foundation
Licensed under the GNU GPLv2+ License.
    https://developer.wordpress.org/reference/functions/urldecode_deep