Automator_Get_Data::get_instance()

Contents


Return Return

(Uncanny_AutomatorAutomator_Get_Data)


Source Source

File: src/core/lib/utilities/class-automator-get-data.php

	public static function get_instance() {

		if ( null === self::$instance ) {
			self::$instance = new self();
		}

		return self::$instance;
	}