Skip to content

Instantly share code, notes, and snippets.

@jamesrwhite
jamesrwhite / functions.php
Created December 19, 2011 14:14
bbPress - Get an users post count
<?php
/*
*
* Get Author Post Count
*
* @param: (int) user id
*
*/
function bbp_get_author_post_count($author_id = NULL) {