BBP_Admin::dashboard_widget_right_now()

Add the ‘Right now in Forums’ dashboard widget

Description

Source

File: bp-forums/admin/admin.php

	public static function dashboard_widget_right_now() {
		wp_add_dashboard_widget( 'bbp-dashboard-right-now', __( 'Right Now in Forums', 'buddyboss' ), 'bbp_dashboard_widget_right_now' );
	}

Changelog

Changelog
Version Description
bbPress (r2770) 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.