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;
	}

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.