[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Blogs Recent Posts Widget.
File Size: | 177 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
BP_Blogs_Recent_Posts_Widget:: (4 methods):
__construct()
widget()
update()
form()
Class: BP_Blogs_Recent_Posts_Widget - X-Ref
The Recent Networkwide Posts widget.__construct() X-Ref |
Constructor method. since: 1.5.0 since: 9.0.0 Adds the `show_instance_in_rest` property to Widget options. |
widget( $args, $instance ) X-Ref |
Display the networkwide posts widget. param: array $args Widget arguments. param: array $instance Widget settings, as saved by the user. |
update( $new_instance, $old_instance ) X-Ref |
Update the networkwide posts widget options. return: array $instance The parsed options to be saved. param: array $new_instance The new instance options. param: array $old_instance The old instance options. |
form( $instance ) X-Ref |
Output the networkwide posts widget options form. param: array $instance Settings for this widget. |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |