Changeset 53878 for trunk/src/wp-includes/functions.php
- Timestamp:
- 08/11/2022 02:09:04 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/functions.php
r53811 r53878 4895 4895 * @param array $array An array from which we want to retrieve some information. 4896 4896 * @param array $path An array of keys describing the path with which to retrieve information. 4897 * @param mixed $default The return value if the path does not exist within the array,4898 * or if `$array` or `$path` are not arrays. 4897 * @param mixed $default Optional. The return value if the path does not exist within the array, 4898 * or if `$array` or `$path` are not arrays. Default null. 4899 4899 * @return mixed The value from the path specified. 4900 4900 */
Note: See TracChangeset
for help on using the changeset viewer.