bbp_bump_topic_reply_count

bbp_bump_topic_reply_count

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_bump_topic_reply_count') is found 1 times:

  • /includes/topics/functions.php line 2318
    	// Update this topic id's reply count
    	update_post_meta( $topic_id, '_bbp_reply_count', $new_count );
    
    	// Filter & return
    	return (int) apply_filters( 'bbp_bump_topic_reply_count', $new_count, $topic_id, $difference );
    }
    
    /**
     * Increase the total reply count of a topic by one.
     *
     * @since 2.6.0 bbPress (r6036)