the_author_{$field}

Advertisement

Summery Summery

The value of the requested user metadata.

Syntax Syntax

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

Description Description

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

Parameters Parameters

$author_meta

The value of the metadata.

$user_id

The user ID.

Source Source

File: wp-includes/author-template.php

Advertisement

Changelog Changelog

Changelog
Version Description
2.8.0 Introduced.

Advertisement

Leave a Reply