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_Email_Helpers::get_instance()
Return Return
(Uncanny_AutomatorAutomator_Email_Helpers)
Source Source
File: src/core/lib/helpers/class-automator-email-helpers.php
public static function get_instance() { if ( null === self::$instance ) { self::$instance = new self(); } return self::$instance; }
Expand full source code Collapse full source code View on Github