bp_get_activity_comment_form_action, $url
bp_get_activity_comment_form_action, $url
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_activity_comment_form_action, $url') is found 1 times:
- /bp-activity/bp-activity-template.php line 2809
* @since 1.2.0 * * @param string $url URL to use in the comment form's action attribute. */ return apply_filters( 'bp_get_activity_comment_form_action', $url ); } /** * Output the activity permalink ID. * * @since 1.2.0