BBP_Admin::__construct()

The main bbPress admin loader


Description Description


Source Source

File: includes/admin/classes/class-bbp-admin.php

	public function __construct() {
		$this->setup_globals();
		$this->includes();
		$this->setup_actions();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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