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
    1370
    1371
    1372
    1373
    1374
    1375
    1376
    1377
    1378
    1379
        $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)