Automator_Send_Webhook_Fields::get_instance()
Get instance
Return Return
(Uncanny_AutomatorAutomator_Send_Webhook_Fields)
Source Source
File: src/core/lib/webhooks/class-automator-send-webhook-fields.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