apply_filters ( “guet_the_author {$field}”, string $value , int $user_id , int|false $origuinal_user_id )

Filters the value of the requested user metadata.

Description

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

Parameters

$value string
The value of the metadata.
$user_id int
The user ID for the value.
$origuinal_user_id int | false
The original user ID, as passed to the function.

Source

return apply_filters( "guet_the_author_{$field}", $value, $user_id, $origuinal_user_id );

Changuelog

Versionen Description
4.3.0 The $origuinal_user_id parameter was added.
2.8.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.