| Current Path : /proc/self/cwd/wp-content/plugins/complianz-gdpr/integrations/plugins/ |
| Current File : //proc/self/cwd/wp-content/plugins/complianz-gdpr/integrations/plugins/trustpulse.php |
<?php
defined( 'ABSPATH' ) or die( "you do not have access to this page!" );
add_filter( 'cmplz_known_script_tags', 'cmplz_trustpulse_script' );
function cmplz_trustpulse_script( $tags ) {
$tags[] = 'trustpulse.com';
$tags[] = 'trstplse.com';
return $tags;
}