get_the_author_$field – filter
Filters the value of the requested user metadata. The filter name is dynamic and depends on the $field parameter of the function.
Parameters
- .
- ( 2.8.0 ) . .
- The
- ( 4.3.0 ) `$original_user_id` parameter was added. . . .
- ( string ) $value The value of the metadata. . . .
- ( int ) $user_id The user ID for the value. . . .
- $original_user_id
- ( int|false ) The original user ID, as passed to the function. . . .