BP_Nouveau_Members::__construct()

Constructor


Description Description


Source Source

File: bp-templates/bp-nouveau/includes/members/loader.php

23
24
25
26
27
28
public function __construct() {
    $this->setup_globals();
    $this->includes();
    $this->setup_actions();
    $this->setup_filters();
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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