tptn_list_popular_authors()
Display a ranked list of authors based on their posts’ Top 10 visits.
Since: 4.4.0
Source: includes/popular-authors/functions.php line 20
Signature
function tptn_list_popular_authors( $args = ... ): string|void;
Parameters
| Type | Name | Description |
|---|---|---|
array | $args | Display arguments. |
Returns
string|void — HTML when echo is false.