PUM_Integration_Form_CalderaForms::__construct()
Description Description
Source Source
File: classes/Integration/Form/CalderaForms.php
public function __construct() { add_action( 'caldera_forms_submit_complete', array( $this, 'on_success' ) ); }
Expand full source code Collapse full source code View on Trac