File "themify-builder.php"

Full Path: /home/exhehbu/www/wp-content/plugins/complianz-gdpr/integrations/plugins/themify-builder.php
File size: 315 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
defined( 'ABSPATH' ) or die( "you do not have access to this page!" );

/**
 * Whitelisting Themify Bulder due to YouTube loader.
 *
 */

function cmplz_themify_whitelist($tags){
	$tags[] = 'themify-builder-loader-js';
	return $tags;
}
add_filter( 'cmplz_whitelisted_script_tags', 'cmplz_themify_whitelist');