Core Function
View Source on Trac ↗ rawurlencode_deep()
rawurlencode_deep( mixed $value ) Navigates through an array, object, or scalar, and raw-encodes the values to be used in a URL.
Parameters 1 required
| Name / Type | Description |
|---|---|
| $value mixed | The array or string to be encoded. Required |
Return Value
(mixed)
The encoded value.
Function Information
Since Version
3.4.0
Source File
wp-includes/formatting.php
Advertisement