[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Messages Sitewide Notices Widget.
File Size: | 127 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. return: array $instance See {@WP_Widget::update()}. param: array $new_instance See {@WP_Widget::update()}. param: array $old_instance See {@WP_Widget::update()}. |
form( $instance ) X-Ref |
Render the settings form for Appearance > Widgets. param: array $instance See {@WP_Widget::form()}. |
Generated: Thu Nov 21 01:00:57 2024 | Cross-referenced by PHPXref 0.7.1 |