Hi Krisi-Team,
in this thread https://kriesi.at/support/topic/copyright-option-for-images-including-html
is a solution to use html (to create links) in the copyright content of images. I saw in the change logs that a filter for it was added. Where can I find the filter and how do I use it?
Thanks in advance!
Hey,
Thanks for contacting us!
Please add following code to bottom of Functions.php file of your child theme
add_filter('avf_alb_image_copyright_text', 'new_avf_alb_image_copyright_text');
function new_avf_alb_image_copyright_text($copyright_text){
return html_entity_decode($copyright_text);
}
Best regards,
Yigit
Perfect. Thanks Yigit for the quick help!
Hi,
You are welcome! :)
For your information, you can take a look at Enfold documentation here – https://kriesi.at/documentation/enfold/
If you have any other questions or issues, feel free to start a new thread under Enfold sub forum and we will gladly try to help you :)
Enjoy the rest of your day!
Best regards,
Yigit