[ Index ]

PHP Cross Reference of BuddyPress

title

Body

[close]

/src/bp-core/classes/ -> class-bp-core-login-widget.php (summary)

BuddyPress Core Login Widget.

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

Defines 1 class

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


Class: BP_Core_Login_Widget  - X-Ref

BuddyPress Login Widget.

__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
Display the login widget.

since: 1.9.0
param: array $args     Widget arguments.
param: array $instance Widget settings, as saved by the user.

update( $new_instance, $old_instance )   X-Ref
Update the login widget options.

since: 1.9.0
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 = array()   X-Ref
Output the login widget options form.

since: 1.9.0
return: void
param: array $instance Settings for this widget.



Generated: Fri Apr 26 01:01:11 2024 Cross-referenced by PHPXref 0.7.1