Current File : /home/resuelf/www/wp-content/plugins/adapta-rgpd/lib/unconsent-iframe.php
<?php
if ( ! defined( 'ABSPATH' ) ) { 
	exit; 
}

function unconsent_iframe_patterns($patterns){    
    $patterns[] = 'youtube';
    return $patterns;
}
add_filter('argpd_unconsent_iframe_patterns', 'unconsent_iframe_patterns');