bp_get_activity_comment_cancel_url
bp_get_activity_comment_cancel_url
Appears in: buddypress.12.0.0, buddypress.12.1.1, buddypress.12.2.0, buddypress.12.3.0, buddypress.12.4.0, buddypress.12.4.1, buddypress.12.5.0, buddypress.12.5.1, buddypress.14.0.0, buddypress.14.1.0, buddypress.14.2.1, buddypress.14.3.3
Hook Type: filter
Displaying hooks found in version: buddypress.14.3.3apply_filters('bp_get_activity_comment_cancel_url') is found 1 times:
- /bp-activity/bp-activity-template.php line 277927752776277727782779278027812782278327842785
* @since 12.0.0
*
* @param string
$url
Constructed URL parameters with activity IDs.
*/
return
apply_filters(
'bp_get_activity_comment_cancel_url'
,
$url
);
}
/**
* Output the activity comment form action.
*
* @since 1.2.0