We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@yaroslav-borodii
Plugin breaks Ninja Forms settings page.
It shouldn't show critical error.
Chrome, MacOS, Ninja Forms Latest, Smart Phone Latest, WordPress Latest, PHP 8.0
Remove: includes/class-ninja-forms-spn-addon.php Line 183: $this->loader->add_filter( 'ninja_forms_plugin_settings', $plugin_admin, 'add_select_multiple' );
includes/class-ninja-forms-spn-addon.php
$this->loader->add_filter( 'ninja_forms_plugin_settings', $plugin_admin, 'add_select_multiple' );
The text was updated successfully, but these errors were encountered:
Hot Fix (#8)
2abbee9
Merge pull request #9 from JDI-company/8-hot-fix-|-critical-error
525f52f
yaroslav-borodii
No branches or pull requests
Contact person(person, e-mail):
@yaroslav-borodii
Description:
Plugin breaks Ninja Forms settings page.
Steps/Link to reproduce the bug:
What is the expected correct behavior?
It shouldn't show critical error.
Important logs and/or screenshots:
Environment (browser, device, software version, operating system):
Chrome, MacOS, Ninja Forms Latest, Smart Phone Latest, WordPress Latest, PHP 8.0
Possible Fix:
Remove:
includes/class-ninja-forms-spn-addon.php
Line 183:
$this->loader->add_filter( 'ninja_forms_plugin_settings', $plugin_admin, 'add_select_multiple' );
The text was updated successfully, but these errors were encountered: