BP_Core_Login_Widget::__construct()
Constructor method.
Description
Source
File: bp-core/classes/class-bp-core-login-widget.php
public function __construct() {
parent::__construct(
false,
__( '(BB) Log In', 'buddyboss' ),
array(
'description' => __( 'Show a Log In form to logged-out visitors, and a Log Out link to those who are logged in.', 'buddyboss' ),
'classname' => 'widget_bp_core_login_widget buddypress widget',
'customize_selective_refresh' => true,
)
);
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 1.9.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.