bbp_update_topic_voice_count

bbp_update_topic_voice_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_topic_voice_count') is found 1 times:

  • /includes/topics/functions.php line 2732
    2728
    2729
    2730
    2731
    2732
    2733
    2734
    2735
    2736
    2737
    2738
        // Update the voice count for this topic id
        update_post_meta( $topic_id, '_bbp_voice_count', $count );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_topic_voice_count', $count, $topic_id );
    }
     
    /**
     * Adjust the total anonymous reply count of a topic
     *
     * @since 2.0.0 bbPress (r2567)