bbp_get_topic_last_reply_permalink

bbp_get_topic_last_reply_permalink

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_last_reply_permalink') is found 1 times:

  • /includes/topics/template.php line 1924
    1920
    1921
    1922
    1923
    1924
    1925
    1926
    1927
    1928
    1929
    1930
            $reply_id = bbp_get_topic_last_reply_id( $topic_id );
            $retval   = bbp_get_reply_permalink( $reply_id );
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_last_reply_permalink', $retval, $topic_id, $reply_id );
        }
     
    /**
     * Output the link to the last reply in a topic
     *
     * @since 2.0.0 bbPress (r2683)