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
Divider control (and all pro controls) not working if embedded, but works fine if used as plugin.
new \Kirki\Pro\Field\Divider( [ 'settings' => 'some_devider', 'section' => 'some_section', 'priority' => 30, 'choices' => [ 'color' => '#000', ], ] );
Error: Fatal error: Uncaught Error: Class 'Kirki\Pro\Field\Divider' not found
4.1.1
theme_mods
options
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description:
Divider control (and all pro controls) not working if embedded, but works fine if used as plugin.
new \Kirki\Pro\Field\Divider(
[
'settings' => 'some_devider',
'section' => 'some_section',
'priority' => 30,
'choices' => [
'color' => '#000',
],
]
);
Error: Fatal error: Uncaught Error: Class 'Kirki\Pro\Field\Divider' not found
Version used:
4.1.1
Using
theme_mods
oroptions
?theme_mods
PHP error messages that might be related
JS error messages that might be related
Code to reproduce the issue (config + field(s))
The text was updated successfully, but these errors were encountered: