Automator_Send_Webhook::__construct()
Automator_Send_Webhook Constructor
Source Source
File: src/core/lib/webhooks/class-automator-send-webhook.php
public function __construct() { $this->field_separator = apply_filters( 'automator_send_webhook_field_separator', '/' ); require_once __DIR__ . '/class-automator-send-webhook-fields.php'; $this->fields = Automator_Send_Webhook_Fields::get_instance(); }
Expand full source code Collapse full source code View on Github