[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-messages/classes/ -> class-bp-messages-sitewide-notices-widget.php (summary)

BuddyPress Messages Sitewide Notices Widget.

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

Defines 1 class

BP_Messages_Sitewide_Notices_Widget:: (4 methods):
  __construct()
  widget()
  update()
  form()


Class: BP_Messages_Sitewide_Notices_Widget  - X-Ref

A widget that displays sitewide notices.

__construct()   X-Ref
Constructor method.

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

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

param: array $args     See {@WP_Widget::widget()}.
param: array $instance See {@WP_Widget::widget()}.

update( $new_instance, $old_instance )   X-Ref
Process the saved settings for the widget.

param: array $new_instance See {@WP_Widget::update()}.
param: array $old_instance See {@WP_Widget::update()}.
return: array $instance See {@WP_Widget::update()}.

form( $instance )   X-Ref
Render the settings form for Appearance > Widgets.

param: array $instance See {@WP_Widget::form()}.



Generated: Wed Apr 24 01:01:03 2024 Cross-referenced by PHPXref 0.7.1