apply_filters( 'bp_activity_get_sitewide' )

Pass filters as an array: array( ‘user_id’ => false, // user_id to filter on.


Description Description

‘object’ => false, // Object to filter on e.g. groups, profile, status, friends. ‘action’ => false, // Action to filter on e.g. new_wire_post, new_forum_post, profile_updated. ‘primary_id’ => false, // Object ID to filter on e.g. a group_id or forum_id or blog_id etc. ‘secondary_id’ => false, // Secondary object ID to filter on e.g. a post_id. );


Source Source

File: bp-core/deprecated/1.2.php


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.