Recent

tptn_display_top_posts_by_authorfunctionPro only

tptn_display_top_posts_by_author()

Display a Top 10 list limited to an author.

Since: 4.4.0
Source: includes/pro/popular-authors/functions.php line 54

Signature

function tptn_display_top_posts_by_author( $author, $field = ..., $args = ..., $echo_value = ... ): string|void;

Parameters

Type Name Description
int|string $author User value for $field.
string $field User field. Default id.
array $args Top 10 display arguments.
bool $echo_value Whether to echo output.

Returns

string|void — HTML when $echo_value is false.