AnsPress_Upgrader::get_instance()

Description #

Singleton instance.

Source #

File: lib/class-anspress-upgrader.php

	public static function get_instance() {
		static $instance = null;

		if ( null === $instance ) {
			$instance = new AnsPress_Upgrader();
		}

		return $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