Changeset 58962 for trunk/src/wp-includes/user.php
- Timestamp:
- 09/01/2024 06:28:22 PM (6 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r58955 r58962 1186 1186 * The value of meta data field if `$single` is true. 1187 1187 * False for an invalid `$user_id` (non-numeric, zero, or negative value). 1188 * An empty string if a valid but non-existing user ID is passed. 1188 * An empty array if a valid but non-existing user ID is passed and `$single` is false. 1189 * An empty string if a valid but non-existing user ID is passed and `$single` is true. 1189 1190 */ 1190 1191 function get_user_meta( $user_id, $key = '', $single = false ) {
Note: See TracChangeset
for help on using the changeset viewer.