GF_SUBFORM_CODES::__construct()
Set up Automator trigger constructor.
Source Source
File: src/integrations/gravity-forms/triggers/gf-subform-codes.php
public function __construct() { if ( ! defined( 'UNCANNY_LEARNDASH_CODES_VERSION' ) ) { return; } $this->setup_trigger(); }
Expand full source code Collapse full source code View on Github