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
Sorry if I missed it, but is it possible to add HTML in the control’s label / description? It seems all HTML is being escaped there.
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there) 3.0.20
theme_mods
Kirki::add_field( 'settings', array( 'type' => 'image', 'settings' => 'my-settings', 'label' => '<a href="#">Learn more</a>' . esc_html__('Some additional description'), // learn more is being escaped too 'section' => 'my-section', ) );
The text was updated successfully, but these errors were encountered:
I've had the same issue trying to add html to descriptions/labels. It works in tooltips though.
Sorry, something went wrong.
45806f9
Should be ok now in the develop branch
No branches or pull requests
Issue description:
Sorry if I missed it, but is it possible to add HTML in the control’s label / description?
It seems all HTML is being escaped there.
Version used:
(Did you try using the develop branch from github? There's a chance your issue has already been adressed there)
3.0.20
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: