[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/includes/activity/ -> functions.php (summary)

Activity functions

Version: 8.0.0
File Size: 557 lines (17 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 12 functions

  bp_nouveau_activity_register_scripts()
  bp_nouveau_activity_enqueue_scripts()
  bp_nouveau_activity_localize_scripts()
  bp_nouveau_get_activity_directory_nav_items()
  bp_nouveau_get_activity_filters_array()
  bp_nouveau_get_activity_filters()
  bp_nouveau_activity_secondary_avatars()
  bp_nouveau_activity_scope_newest_class()
  bp_nouveau_activity_widget_query()
  bp_nouveau_activity_notification_filters()
  bp_nouveau_activity_customizer_controls()
  bp_nouveau_activity_excerpt_append_text()

Functions
Functions that are not part of a class:

bp_nouveau_activity_register_scripts( $scripts = array()   X-Ref
Register Scripts for the Activity component

param: array $scripts  The array of scripts to register.
return: array The same array with the specific activity scripts.
since: 3.0.0

bp_nouveau_activity_enqueue_scripts()   X-Ref
Enqueue the activity scripts

since: 3.0.0

bp_nouveau_activity_localize_scripts( $params = array()   X-Ref
Localize the strings needed for the Activity Post form UI

param: array $params Associative array containing the JS Strings needed by scripts.
return: array The same array with specific strings for the Activity Post form UI if needed.
since: 3.0.0

bp_nouveau_get_activity_directory_nav_items()   X-Ref

since: 3.0.0

bp_nouveau_get_activity_filters_array( $output = '', $filters = array()   X-Ref
Make sure bp_get_activity_show_filters() will return the filters and the context
instead of the output.

param: string $output  HTML output
param: array  $filters Optional.
param: string $context
return: array
since: 3.0.0

bp_nouveau_get_activity_filters()   X-Ref
Get Dropdown filters of the activity component

return: array the filters
since: 3.0.0

bp_nouveau_activity_secondary_avatars( $action, $activity )   X-Ref

since: 3.0.0

bp_nouveau_activity_scope_newest_class( $classes = '' )   X-Ref

since: 3.0.0

bp_nouveau_activity_widget_query()   X-Ref
Get the activity query args for the widget.

return: array The activity arguments.
since: 3.0.0

bp_nouveau_activity_notification_filters()   X-Ref
Register notifications filters for the activity component.

since: 3.0.0

bp_nouveau_activity_customizer_controls( $controls = array()   X-Ref
Add controls for the settings of the customizer for the activity component.

param: array $controls Optional. The controls to add.
return: array the controls to add.
since: 3.0.0

bp_nouveau_activity_excerpt_append_text( $read_more = '' )   X-Ref
Remove brackets around the "Read more" text.

param: string $read_more The read more text.
return: string The read more text without brackets.
since: 7.0.0



Generated: Thu Apr 25 01:01:12 2024 Cross-referenced by PHPXref 0.7.1