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
textarea
If I insert an HTML content, example:
<a href="#">Hello link</a>
After saving, content is changed:
3.0.18
theme_mods
Kirki::add_field( 'theme_config_id', array( 'type' => 'textarea', 'settings' => 'my_setting', 'label' => __( 'Textarea Control', 'textdomain' ), 'section' => 'section_id', 'default' => '<a href="#">Hello link</a>', 'priority' => 10, ) );
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Issue description:
If I insert an HTML content, example:
After saving, content is changed:
Version used:
3.0.18
Using theme_mods or options?
theme_mods
Code to reproduce the issue (config + field(s))
The text was updated successfully, but these errors were encountered: