bbp_bump_forum_topic_count_hidden

bbp_bump_forum_topic_count_hidden

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bump_forum_topic_count_hidden') is found 1 times:

  • /includes/forums/functions.php line 1250
    1247
    1248
    1249
    1250
    1251
    1252
    1253
    1254
    1255
    1256
        $forum_topic_count = (int) ( $total_topic_count + $difference );
     
        // Filter & return
        return (int) apply_filters( 'bbp_bump_forum_topic_count_hidden', $forum_topic_count, $forum_id, $difference, $update_ancestors );
    }
     
    /**
     * Increase the total hidden topic count of a forum by one.
     *
     * @since 2.6.0 bbPress (r6036)