bp_activity_get_generated_content_part, $content_part[value], $property
bp_activity_get_generated_content_part, $content_part[value], $property
Appears in: buddypress.14.5.2
Hook Type: filter
Displaying hooks found in version: buddypress.14.5.2apply_filters('bp_activity_get_generated_content_part, $content_part[value], $property') is found 1 times:
- /bp-activity/bp-activity-template.php line 1699
* * @param string $value The generated content part. * @param string $property The property the content part is attached to. */ $value = apply_filters( 'bp_activity_get_generated_content_part', $content_part['value'], $property ); if ( isset( $content_part['sanitize_callback'] ) && $content_part['sanitize_callback'] ) { return call_user_func( $content_part['sanitize_callback'], $value ); } return $value;