We have incorporated GDPR-compliant YouTube video URLs into our platform.
Astra Dashboard:
However, we still provide users with the option to control the visibility of videos through our admin panel. To hide the videos from the admin panel, you will need to add the following filter to the functions.php of your website. If you are not sure how to add custom PHP codes to your website, here is an article that will guide you.
add_filter( 'astra_show_banner_video', '__return_false' );
By using this filter, all admin YouTube videos will be hidden from the Astra dashboard panel. Have a look at the attached screenshot for reference.