bbp_get_forum_last_reply_id

bbp_get_forum_last_reply_id

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_last_reply_id') is found 1 times:

  • /includes/forums/template.php line 999
    0995
    0996
    0997
    0998
    0999
    1000
    1001
    1002
    1003
    1004
    1005
            $forum_id = bbp_get_forum_id( $forum_id );
            $reply_id = (int) get_post_meta( $forum_id, '_bbp_last_reply_id', true );
     
            // Filter & return
            return (int) apply_filters( 'bbp_get_forum_last_reply_id', $reply_id, $forum_id );
        }
     
    /**
     * Output the title of the last reply inside a forum
     *
     * @param int $forum_id Optional. Forum id