bbp_update_forum_last_topic_id

bbp_update_forum_last_topic_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_forum_last_topic_id') is found 1 times:

  • /includes/forums/functions.php line 1649
    1645
    1646
    1647
    1648
    1649
    1650
    1651
    1652
    1653
    1654
    1655
        // Update the last public topic ID
        update_post_meta( $forum_id, '_bbp_last_topic_id', $topic_id );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_forum_last_topic_id', $topic_id, $forum_id );
    }
     
    /**
     * Update the forum last reply id
     *
     * @since 2.0.0 bbPress (r2625)