Thank you Steve and Victoria
Hello Rikard
add_filter(“avf_youtube_video_data”, function($data) {
unset($data[“playlist”]);
return $data;
}, 10, 1);
I am not tech person, I went Enfold functions.php but not not sure where to add above code in functions.php?
Please help.
Hello Ismael
add_filter(“avf_youtube_video_data”, function($data) {
unset($data[“playlist”]);
return $data;
}, 10, 1);
I am not tech person, I went Enfold functions.php but not not sure where to add above code in functions.php?
Please help.