BP_Nouveau::get_instance()
Return the instance of this class.
Description Description
Source Source
File: bp-templates/bp-nouveau/buddypress-functions.php
public static function get_instance() {
if ( null === self::$instance ) {
self::$instance = new self;
}
return self::$instance;
}
Changelog Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |