WordPress stats
-
WordPress stats
I want to show the author statistics. How can I do it?
exampla function code:
function render_author_stats($author_id) { $args = array( ‘days’=>–1, ‘limit’=>–1, ‘author_id’=>$author_id ); $result = stats_get_csv(‘views’, $args); $views = $result[0][‘views’]; return number_format_i18n($views); }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘WordPress stats’ is closed to new replies.