bbp_update_topic_last_reply_id

bbp_update_topic_last_reply_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_topic_last_reply_id') is found 1 times:

  • /includes/topics/functions.php line 2701
    2697
    2698
    2699
    2700
    2701
    2702
    2703
    2704
    2705
    2706
    2707
        // Update if reply is published
        update_post_meta( $topic_id, '_bbp_last_reply_id', $reply_id );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_topic_last_reply_id', $reply_id, $topic_id );
    }
     
    /**
     * Adjust the total voice count of a topic
     *
     * @since 2.0.0 bbPress (r2567)