[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

BuddyPress Messages Screens. Screen functions are the controllers of BuddyPress. They will execute when their specific URL is caught. They will first save or manipulate data using business functions, then pass on the user to a template file.

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

Defines 6 functions

  messages_screen_inbox()
  messages_screen_sentbox()
  messages_screen_compose()
  messages_screen_conversation()
  messages_screen_notices()
  messages_screen_notification_settings()

Functions
Functions that are not part of a class:

messages_screen_inbox()   X-Ref
Load the Messages > Inbox screen.

since: 1.0.0

messages_screen_sentbox()   X-Ref
Load the Messages > Sent screen.

since: 1.0.0

messages_screen_compose()   X-Ref
Load the Messages > Compose screen.

since: 1.0.0

messages_screen_conversation()   X-Ref
Load an individual conversation screen.

since: 1.0.0
return: false|null False on failure.

messages_screen_notices()   X-Ref
Load the Messages > Notices screen.

since: 1.0.0
return: false|null False on failure.

messages_screen_notification_settings()   X-Ref
Render the markup for the Messages section of Settings > Notifications.

since: 1.0.0



Generated: Mon Apr 2 01:00:57 2018 Cross-referenced by PHPXref 0.7.1