bp_activity_comment_permalink()
Output the activity comment permalink.
Description Description
Source Source
File: bp-activity/bp-activity-template.php
function bp_activity_comment_permalink() {
echo esc_url( bp_get_activity_comment_permalink() );
}
Changelog Changelog
| Version | Description |
|---|---|
| 1.8.0 | Introduced. |