WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_the_author_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 189 /**
* Filters the value of the requested user metadata.
*
* The filter name is dynamic and depends on the $field parameter of the function.
*
* @since 2.8.0
* @since 4.3.0 The `$original_user_id` parameter was added.
*
* @param string $value The value of the metadata.
* @param int $user_id The user ID for the value.
* @param int|false $original_user_id The original user ID, as passed to the function.
*/

Hook Parameters

Parameter Type Name Description
string $value The value of the metadata.
int $user_id The user ID for the value.
int|false $original_user_id The original user ID, as passed to the function.