How to add a link to an external website in the description of a customizer control (with Kirki)?
I'm building a Wordpress theme and I use the Kirki Customizer framework to add controls and settings to the customiser. I added a description to some controls, using the following code:
'description' = esc_html__( 'Description here', 'kirki' ),
Now I want to add a link in the description to an external website. I already tried inserting HTML, but that doesn't work; it just did just output the flat HTML code. It probably has sth to do with the esc_html__() thing, but I already searched on the internet and couldn't find a solution for this. Please enlighten me if you have a solution! Thanks a lot ;)
Topic theme-customizer description links Wordpress
Category Web