bp_get_send_public_message_link, $retval
bp_get_send_public_message_link, $retval
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_get_send_public_message_link, $retval') is found 1 times:
- /bp-activity/bp-activity-template.php line 3571
* @since 1.2.0 * * @param string $retval The URL for the public message link. */ return apply_filters( 'bp_get_send_public_message_link', $retval ); } /** * Recurse through all activity comments and return the activity comment IDs. * * @since 2.0.0