Automator_Helpers::get_instance()
Return Return
(Uncanny_AutomatorAutomator_Helpers)
Source Source
File: src/core/lib/helpers/class-automator-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