D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
aramrprl
/
www
/
wp-content
/
plugins
/
complianz-gdpr
/
integrations
/
plugins
/
Filename :
themify-builder.php
back
Copy
<?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');