bbp_get_topic_last_reply_url

bbp_get_topic_last_reply_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_topic_last_reply_url') is found 1 times:

  • /includes/topics/template.php line 1956
    1952
    1953
    1954
    1955
    1956
    1957
    1958
    1959
    1960
    1961
    1962
                $reply_url = bbp_get_topic_permalink( $topic_id );
            }
     
            // Filter & return
            return apply_filters( 'bbp_get_topic_last_reply_url', $reply_url, $topic_id, $reply_id );
        }
     
    /**
     * Output link to the most recent activity inside a topic, complete with link
     * attributes and content.
     *