Recent

wzpa_display_top_posts_by_author function Pro only

wzpa_display_top_posts_by_author()

Backward-compatible Popular Authors display function.

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

Signature

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

Parameters

TypeNameDescription
int|string$authorUser value for $field.
string$fieldUser field.
array$argsDisplay arguments.
bool$echo_valueWhether to echo output.

Returns

string|void — HTML when $echo_value is false.