Warning: Array to string conversion in /home/customer/www/docs.automatorplugin.com/public_html/wp-content/themes/wporg-developer/inc/template-tags.php on line 825
Automator_DB::get_instance()

Creates singleton instance of class


Return Return

(Uncanny_AutomatorAutomator_DB) $instance


Source Source

File: src/core/class-automator-db.php

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

Top ↑

Changelog Changelog

Changelog
VersionDescription
1.0.0Introduced.