Recent

tptn_display_top_posts_by_author function Pro only

tptn_display_top_posts_by_author()

Display a Top 10 list limited to an author.

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

Signature

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

Parameters

TypeNameDescription
int|string$authorUser value for $field.
string$fieldUser field. Default id.
array$argsTop 10 display arguments.
bool$echo_valueWhether to echo output.

Returns

string|void — HTML when $echo_value is false.