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_Handler_Recipes::get_instance()


Return Return

(Uncanny_AutomatorAutomator_DB_Handler_Recipes)


Source Source

File: src/core/lib/utilities/db/class-automator-db-handler-recipes.php

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