Changeset 47427 for trunk/src/wp-includes/functions.php
- Timestamp:
- 03/04/2020 11:32:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r47398 r47427 3900 3900 * @see wp_json_encode() 3901 3901 * 3902 * @throws Exception If depth limit is reached. 3903 * 3902 3904 * @param mixed $data Variable (usually an array or object) to encode as JSON. 3903 3905 * @param int $depth Maximum depth to walk through $data. Must be greater than 0.
Note: See TracChangeset
for help on using the changeset viewer.