BBP_BuddyPress_Members::__construct()

Main constructor for modifying bbPress profile links


Description Description


Source Source

File: includes/extend/buddypress/members.php

	public function __construct() {
		$this->setup_actions();
		$this->setup_filters();
		$this->fully_loaded();
	}

Top ↑

Changelog Changelog

Changelog
Version Description
2.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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