[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

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

BP Nouveau Activity widgets

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

Defines 1 class

BP_Latest_Activities:: (5 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()


Class: BP_Latest_Activities  - X-Ref

A widget to display the latest activities of your community!

__construct()   X-Ref
Construct the widget.

since: 3.0.0
since: 9.0.0 Adds the `show_instance_in_rest` property to Widget options.

register_widget()   X-Ref
Register the widget.

since: 3.0.0

widget( $args, $instance )   X-Ref
Display the widget content.

param: array $args     Widget arguments.
param: array $instance Widget settings, as saved by the user.
since: 3.0.0

update( $new_instance, $old_instance )   X-Ref
Update the widget settings.

param: array $new_instance The new instance settings.
param: array $old_instance The old instance settings.
since: 3.0.0
return: array The widget settings.

form( $instance )   X-Ref
Display the form to set the widget settings.

param: array $instance Settings for this widget.
since: 3.0.0
return: string HTML output.



Generated: Sat Apr 27 01:00:55 2024 Cross-referenced by PHPXref 0.7.1