bbp_update_forum_last_reply_id

bbp_update_forum_last_reply_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_update_forum_last_reply_id') is found 1 times:

  • /includes/forums/functions.php line 1705
    1701
    1702
    1703
    1704
    1705
    1706
    1707
    1708
    1709
    1710
    1711
        // Update the last public reply ID
        update_post_meta( $forum_id, '_bbp_last_reply_id', $reply_id );
     
        // Filter & return
        return (int) apply_filters( 'bbp_update_forum_last_reply_id', $reply_id, $forum_id );
    }
     
    /**
     * Update the forum last active post id
     *
     * @since 2.0.0 bbPress (r2860)