Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
spawns
/
wp-content
/
plugins
/
complianz-gdpr
/
integrations
/
plugins
:
themify-builder.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?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');