AnsPress_Question_Shortcode::get_instance()

Description #

Return singleton instance of this class.

Source #

File: includes/shortcode-question.php

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

		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