If you have at least Uncode 1.8.2 and you want to use the No Cookies feature for your YouTube embedded videos, please paste this line of code into the functions.php of your Child Theme. Note that this feature, due to limits set by the YouTube API, can only be executed on normal embedded videos. It will not work, for example, on YouTube videos used as background:
add_filter('uncode_nocookie', '__return_true');
Comments
0 comments
Article is closed for comments.