Uoa_Helpers::__construct()
Uoa_Helpers constructor.
Source Source
File: src/integrations/uncanny-automator/helpers/uoa-helpers.php
public function __construct() { $this->load_options = Automator()->helpers->recipe->maybe_load_trigger_options( __CLASS__ ); add_action( 'wp_ajax_nopriv_sendtest_uoa_webhook', array( $this, 'sendtest_webhook' ) ); add_action( 'wp_ajax_sendtest_uoa_webhook', array( $this, 'sendtest_webhook' ) ); }
Expand full source code Collapse full source code View on Github