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


Return Return

(Uncanny_AutomatorAutomator_Translations)


Source Source

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

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