[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-activity/ -> bp-activity-screens.php (summary)

BuddyPress Activity Screens. The functions in this file detect, with each page load, whether an Activity component page is being requested. If so, it parses any necessary data from the URL, and tells BuddyPress to load the appropriate template.

File Size: 362 lines (10 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 9 functions

  bp_activity_screen_index()
  bp_activity_screen_my_activity()
  bp_activity_screen_friends()
  bp_activity_screen_groups()
  bp_activity_screen_favorites()
  bp_activity_screen_mentions()
  bp_activity_reset_my_new_mentions()
  bp_activity_screen_single_activity_permalink()
  bp_activity_screen_notification_settings()

Functions
Functions that are not part of a class:

bp_activity_screen_index()   X-Ref
Load the Activity directory.

since: 1.5.0

bp_activity_screen_my_activity()   X-Ref
Load the 'My Activity' page.

since: 1.0.0

bp_activity_screen_friends()   X-Ref
Load the 'My Friends' activity page.

since: 1.0.0

bp_activity_screen_groups()   X-Ref
Load the 'My Groups' activity page.

since: 1.2.0

bp_activity_screen_favorites()   X-Ref
Load the 'Favorites' activity page.

since: 1.2.0

bp_activity_screen_mentions()   X-Ref
Load the 'Mentions' activity page.

since: 1.2.0

bp_activity_reset_my_new_mentions()   X-Ref
Reset the logged-in user's new mentions data when he visits his mentions screen.

since: 1.5.0

bp_activity_screen_single_activity_permalink()   X-Ref
Load the page for a single activity item.

since: 1.2.0
return: bool|string Boolean on false or the template for a single activity item on success.

bp_activity_screen_notification_settings()   X-Ref
Add activity notifications settings to the notifications settings page.

since: 1.2.0



Generated: Sun Mar 4 01:00:55 2018 Cross-referenced by PHPXref 0.7.1