BSF_License_Manager::instance()

Instance.


Description


Source

File: admin/bsf-core/class-bsf-license-manager.php

		public static function instance() {
			if ( ! isset( self::$instance ) ) {
				self::$instance = new self();
			}

			return self::$instance;
		}


User Contributed Notes

You must log in before being able to contribute a note or feedback.