Integromat_Helpers::__construct()
Integromat_Pro_Helpers constructor.
Source
File: src/integrations/integromat/helpers/integromat-helpers.php
public function __construct() { $this->load_options = Automator()->helpers->recipe->maybe_load_trigger_options( __CLASS__ ); add_action( 'wp_ajax_nopriv_sendtest_integ_webhook', array( $this, 'sendtest_webhook' ) ); add_action( 'wp_ajax_sendtest_integ_webhook', array( $this, 'sendtest_webhook' ) ); }
Expand full source code Collapse full source code View on Github