[ Index ] |
PHP Cross Reference of BuddyPress |
[Source view] [Print] [Project Stats]
BuddyPress Core Login Widget.
File Size: | 192 lines (6 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
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. param: array $args Widget arguments. param: array $instance Widget settings, as saved by the user. since: 1.9.0 |
update( $new_instance, $old_instance ) X-Ref |
Update the login 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. since: 1.9.0 |
form( $instance = array() X-Ref |
Output the login widget options form. param: array $instance Settings for this widget. return: void since: 1.9.0 |
Generated: Fri Nov 22 01:00:56 2024 | Cross-referenced by PHPXref 0.7.1 |