bbp_get_forum_last_reply_permalink

bbp_get_forum_last_reply_permalink

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_forum_last_reply_permalink') is found 1 times:

  • /includes/forums/template.php line 1050
    1046
    1047
    1048
    1049
    1050
    1051
    1052
    1053
    1054
    1055
    1056
            $reply_id = bbp_get_forum_last_reply_id( $forum_id );
            $link     = bbp_get_reply_permalink( $reply_id );
     
            // Filter & return
            return apply_filters( 'bbp_get_forum_last_reply_permalink', $link, $forum_id, $reply_id );
        }
     
    /**
     * Output the url to the last reply in a forum
     *
     * @since 2.0.0 bbPress (r2683)