| [ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
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 |
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. since: 3.0.0 param: array $args Widget arguments. param: array $instance Widget settings, as saved by the user. |
| update( $new_instance, $old_instance ) X-Ref |
| Update the widget settings. return: array The widget settings. since: 3.0.0 param: array $new_instance The new instance settings. param: array $old_instance The old instance settings. |
| form( $instance ) X-Ref |
| Display the form to set the widget settings. return: string HTML output. since: 3.0.0 param: array $instance Settings for this widget. |
| Generated: Thu Nov 6 01:00:59 2025 | Cross-referenced by PHPXref 0.7.1 |