We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4416d0e commit 7e35173Copy full SHA for 7e35173
integrations/ninja-forms/class-action.php
@@ -1,5 +1,7 @@
1
<?php
2
3
+use ParagonIE\Sodium\Core\Curve25519\Ge\P2;
4
+
5
if (! defined('ABSPATH')) {
6
exit;
7
}
@@ -22,8 +24,6 @@ class MC4WP_Ninja_Forms_Action extends NF_Abstracts_Action
22
24
23
25
public function __construct()
26
{
- parent::__construct();
-
27
$this->_settings['double_optin'] = array(
28
'name' => 'double_optin',
29
'type' => 'select',
@@ -64,6 +64,7 @@ public function __construct()
64
add_action('wp_ajax_nf_' . $this->_name . '_get_lists', array($this, '_get_lists'));
65
add_action('init', array($this, 'translate_props'));
66
67
68
$this->get_list_settings();
69
70
0 commit comments