[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-blogs/classes/ -> class-bp-blogs-recent-posts-widget.php (summary)

BuddyPress Blogs Recent Posts Widget.

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

Defines 1 class

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.

param: array $new_instance The new instance options.
param: array $old_instance The old instance options.
return: array $instance The parsed options to be saved.

form( $instance )   X-Ref
Output the networkwide posts widget options form.

param: array $instance Settings for this widget.



Generated: Thu Mar 28 01:00:56 2024 Cross-referenced by PHPXref 0.7.1