Changeset 30656 for trunk/src/wp-includes/user.php
- Timestamp:
- 11/30/2014 12:09:56 PM (11 years ago)
- File:
-
- 1 edited
-
trunk/src/wp-includes/user.php (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-includes/user.php
r30623 r30656 372 372 * Filter a specific user option value. 373 373 * 374 * The dynamic portion of the hook name, $option, refers to the user option name.374 * The dynamic portion of the hook name, `$option`, refers to the user option name. 375 375 * 376 376 * @since 2.5.0 … … 1500 1500 * Filter a user field value in the 'edit' context. 1501 1501 * 1502 * The dynamic portion of the hook name, $field, refers to the prefixed user1502 * The dynamic portion of the hook name, `$field`, refers to the prefixed user 1503 1503 * field being filtered, such as 'user_login', 'user_email', 'first_name', etc. 1504 1504 * … … 1524 1524 * Filter the value of a user field in the 'db' context. 1525 1525 * 1526 * The dynamic portion of the hook name, $field, refers to the prefixed user1526 * The dynamic portion of the hook name, `$field`, refers to the prefixed user 1527 1527 * field being filtered, such as 'user_login', 'user_email', 'first_name', etc. 1528 1528 * … … 1544 1544 * Filter the value of a user field in a standard context. 1545 1545 * 1546 * The dynamic portion of the hook name, $field, refers to the prefixed user1546 * The dynamic portion of the hook name, `$field`, refers to the prefixed user 1547 1547 * field being filtered, such as 'user_login', 'user_email', 'first_name', etc. 1548 1548 *
Note: See TracChangeset
for help on using the changeset viewer.