Activity_Helper::get_instance()

Description #

Creates or returns an instance of this class.

Source #

File: includes/class/class-activity-helper.php

	public static function get_instance() {
		if ( null === self::$instance ) {
			self::$instance = new self();
			self::hooks();
		}

		return self::$instance;
	}

Leave a Reply

Your email address will not be published.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Add your comment