BP_Core_Whos_Online_Widget::__construct()
Constructor method.
Description
Source
File: bp-members/classes/class-bp-core-whos-online-widget.php
24 25 26 27 28 29 30 31 32 | public function __construct() { $name = __( '(BB) Who\'s Online' , 'buddyboss' ); $description = __( 'Profile photos of online users' , 'buddyboss' ); parent::__construct( false, $name , array ( 'description' => $description , 'classname' => 'widget_bp_core_whos_online_widget buddypress widget' , 'customize_selective_refresh' => true, ) ); } |
Changelog
Version | Description |
---|---|
BuddyPress 1.5.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.