apply_filters( 'bp_legacy_theme_activity_feed_url', string $feed_url , string $scope )
Filters the feed URL for when activity is requested via AJAX.
Parameters Parameters
- $feed_url
-
(string) URL for the feed to be used.
- $scope
-
(string) Scope for the activity request.
Source Source
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |