apply_filters( "bp_document_set_{$scope}_scope_args", array , array $r )
Plugins can hook here to set their document arguments for custom scopes.
Description
This is a dynamic filter based on the document scope. eg:
- ‘bp_document_set_groups_scope_args’
- ‘bp_document_set_friends_scope_args’ To see how this filter is used, plugin devs should check out:
- bp_groups_filter_document_scope() – used for ‘groups’ scope
- bp_friends_filter_document_scope() – used for ‘friends’ scope
Parameters
-
Document query clauses
- $r
-
Current activity arguments passed in BP_Document::get().
Source
Changelog
Version | Description |
---|---|
BuddyBoss 1.4.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.