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
    	// 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)