BP_Core_Recently_Active_Widget::__construct()

Constructor method.


Description Description


Source Source

File: bp-members/classes/class-bp-core-recently-active-widget.php

	public function __construct() {
		$name        = _x( '(BuddyPress) Recently Active Members', 'widget name', 'buddypress' );
		$description = __( 'Profile photos of recently active members', 'buddypress' );
		parent::__construct( false, $name, array(
			'description'                 => $description,
			'classname'                   => 'widget_bp_core_recently_active_widget buddypress widget',
			'customize_selective_refresh' => true,
		) );
	}

Top ↑

Changelog Changelog

Changelog
Version Description
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.