bbp_bump_forum_topic_count

bbp_bump_forum_topic_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bump_forum_topic_count') is found 1 times:

  • /includes/forums/functions.php line 1128
    1125
    1126
    1127
    1128
    1129
    1130
    1131
    1132
    1133
    1134
        $forum_topic_count = (int) ( $total_topic_count + $difference );
     
        // Filter & return
        return (int) apply_filters( 'bbp_bump_forum_topic_count', $forum_topic_count, $forum_id, $difference, $update_ancestors );
    }
     
    /**
     * Increase the total topic count of a forum by one.
     *
     * @since 2.6.0 bbPress (r6036)