bp_get_activity_post_form_action, $url
bp_get_activity_post_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_post_form_action, $url') is found 1 times:
- /bp-activity/bp-activity-template.php line 3762
* @since 1.2.0 * * @param string $url URL to be used for the activity post form. */ return apply_filters( 'bp_get_activity_post_form_action', $url ); } /** * Echo a list of linked avatars of users who have commented on the current activity item. * * Use this function to easily output activity comment authors' avatars.