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 2ff50e4 commit 5a87264Copy full SHA for 5a87264
integrations/ninja-forms/class-action.php
@@ -57,9 +57,7 @@ public function __construct()
57
58
add_action('wp_ajax_nf_' . $this->_name . '_get_lists', [$this, '_get_lists']);
59
add_action('init', [$this, 'translate_props']);
60
-
61
62
- $this->get_list_settings();
+ add_action('init', [$this, 'get_list_settings']);
63
}
64
65
public function translate_props()
@@ -147,7 +145,7 @@ private function get_lists()
147
145
return $return;
148
146
149
150
- private function get_list_settings()
+ public function get_list_settings()
151
{
152
$label_defaults = [
153
'list' => 'List',
0 commit comments