[ 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. 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. return: array The widget settings. param: array $new_instance The new instance settings. param: array $old_instance The old instance settings. since: 3.0.0 |
form( $instance ) X-Ref |
Display the form to set the widget settings. return: string HTML output. param: array $instance Settings for this widget. since: 3.0.0 |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |