[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-templates/bp-nouveau/includes/classes/ -> class-bp-nouveau-object-nav-widget.php (summary)

BP Sidebar Item Nav_Widget class.

Version: 10.0.0
File Size: 167 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

BP_Nouveau_Object_Nav_Widget:: (5 methods):
  __construct()
  register_widget()
  widget()
  update()
  form()


Class: BP_Nouveau_Object_Nav_Widget  - X-Ref

BP Sidebar Item Nav_Widget.

Adds a widget to move avatar/item nav into the sidebar.

__construct()   X-Ref
Constructor

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
Displays the output, the button to post new support topics

param: mixed   $args     Arguments
param: unknown $instance
since: 3.0.0

update( $new_instance, $old_instance )   X-Ref
Update the new support topic widget options (title)

param: array $new_instance The new instance options
param: array $old_instance The old instance options
return: array the instance
since: 3.0.0

form( $instance )   X-Ref
Output the new support topic widget options form

param: $instance Instance
return: string HTML Output
since: 3.0.0



Generated: Fri Mar 29 01:01:02 2024 Cross-referenced by PHPXref 0.7.1