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
    			$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.
     *