apply_filters( "the_author_{$field}", string $author_meta, int $user_id )

The value of the requested user metadata.


Description

The filter name is dynamic and depends on the $field parameter of the function.


Parameters

$author_meta

(string) The value of the metadata.

$user_id

(int) The user ID.


Source

File: wp-includes/author-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-2.8.0 Introduced.