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
| Type | Name | Description |
|---|---|---|
int|string | $author | User value for $field. |
string | $field | User field. |
array | $args | Display arguments. |
bool | $echo_value | Whether to echo output. |
Returns
string|void — HTML when $echo_value is false.