WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about the_author_

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/author-template.php apply_filters 216 /**
* 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
*
* @param string $author_meta The value of the metadata.
* @param int|false $user_id The user ID.
*/

Hook Parameters

Parameter Type Name Description
string $author_meta The value of the metadata.
int|false $user_id The user ID.