bbp_bump_forum_reply_count

bbp_bump_forum_reply_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bump_forum_reply_count') is found 1 times:

  • /includes/forums/functions.php line 1373
     
    	$forum_reply_count = (int) ( $total_reply_count + $difference );
    
    	// Filter & return
    	return (int) apply_filters( 'bbp_bump_forum_reply_count', $forum_reply_count, $forum_id, $difference, $update_ancestors );
    }
    
    /**
     * Bump the total topic count of a forum
     *
     * @since 2.6.0 bbPress (r6922)