/home/techb158/l2hypotheques.com/wp-content/plugins/complianz-gdpr/integrations/plugins
NameSizeModeActions
elementor-pro/-0755rm
acf.php11620644editdlrm
activecampaign.php9680644editdlrm
addtoany.php22280644editdlrm
advanced-ads.php6450644editdlrm
advanced-nocaptcha-recaptcha.php22210644editdlrm
agile-store-locator.php7850644editdlrm
amp.php72310644editdlrm
avada-maps.php770644editdlrm
bb-powerpack.php16490644editdlrm
beaver-builder.php2530644editdlrm
beehive.php32650644editdlrm
burst-statistics.php45780644editdlrm
buttonizer.php4540644editdlrm
caos-host-analytics-local.php27480644editdlrm
citadela-directory.php9650644editdlrm
clarity.php19150644editdlrm
colibriwp.php11370644editdlrm
contact-form-7.php84530644editdlrm
content-views-plugin.php1870644editdlrm
disable-and-remove-google-fonts.php6950644editdlrm
divi-plugin.php1380644editdlrm
divi.php37400644editdlrm
easy-fancybox.php4670644editdlrm
easy-liveblogs.php3840644editdlrm
elementor.php95820644editdlrm
embed-google-fonts.php6380644editdlrm
facebook-for-woocommerce.php8700644editdlrm
facebook-for-wordpress.php10550644editdlrm
flexible-map.php18740644editdlrm
forminator-addon-class-v2.php25480644editdlrm
forminator-addon-class.php21460644editdlrm
forminator-addon-registration.php6830644editdlrm
forminator.php32400644editdlrm
funnelkit.php41390644editdlrm
g1-gmaps.php11520644editdlrm
generatepress-maps.php7900644editdlrm
geo-my-wp.php10320644editdlrm
google-analytics-dashboard-for-wp.php42350644editdlrm
google-maps-easy.php13490644editdlrm
google-site-kit.php46220644editdlrm
google-tagmanager-for-wordpress.php48570644editdlrm
gravity-forms.php58120644editdlrm
greenshift.php18790644editdlrm
happyforms.php37590644editdlrm
hcaptcha.php10870644editdlrm
index.php280644editdlrm
invisible-recaptcha.php6120644editdlrm
jetpack.php10550644editdlrm
lazy-loader.php10200644editdlrm
lead-forensics.php3780644editdlrm
local-google-fonts.php6780644editdlrm
mailchimp-woocommerce.php6040644editdlrm
map-multi-marker.php13700644editdlrm
meks-easy-maps.php8540644editdlrm
monsterinsights.php53390644editdlrm
novo-map.php17770644editdlrm
nudgify.php2350644editdlrm
olympus-google-fonts.php6680644editdlrm
omgf.php6270644editdlrm
omnisend.php4260644editdlrm
osm.php13620644editdlrm
pinterest-for-woocommerce.php12770644editdlrm
pixel-caffeine.php8620644editdlrm
pixelyoursite-bing.php2610644editdlrm
pixelyoursite-pinterest.php7500644editdlrm
pixelyoursite-pro.php7760644editdlrm
pixelyoursite.php8860644editdlrm
podcast-player.php4880644editdlrm
presto-player.php11030644editdlrm
primavera.php3370644editdlrm
qtranslate.php9510644editdlrm
rate-my-post.php4770644editdlrm
simple-business-directory.php10460644editdlrm
so-widgets-bundle.php9100644editdlrm
sumo.php8320644editdlrm
super-socializer.php9060644editdlrm
superfly-menu.php6280644editdlrm
theeventscalendar.php6500644editdlrm
themify-builder.php3150644editdlrm
thrive.php39650644editdlrm
tidio-live-chat.php6160644editdlrm
trustpulse.php2650644editdlrm
ultimate-addons-elementor.php22190644editdlrm
uncode.php17650644editdlrm
use-any-font.php6340644editdlrm
user-registration-pro.php9900644editdlrm
user-registration.php10450644editdlrm
volocation.php15810644editdlrm
weglot-translate.php3490644editdlrm
welaunch-store-locator.php14380644editdlrm
woocommerce-google-analytics-integration.php50520644editdlrm
woocommerce-google-analytics-pro.php41850644editdlrm
woocommerce-variation-swatches.php5920644editdlrm
woocommerce.php2560644editdlrm
wp-consent-api.php770644editdlrm
wp-donottrack.php2810644editdlrm
wp-google-map-plugin.php21010644editdlrm
wp-google-maps-widget.php9950644editdlrm
wp-google-maps.php25550644editdlrm
wp-rocket.php30250644editdlrm
wp-store-locator.php11700644editdlrm
wp-video-lightbox.php4290644editdlrm
wpadverts.php44650644editdlrm
wpforms.php26620644editdlrm
yotu-wp.php35610644editdlrm
Edit: /home/techb158/l2hypotheques.com/wp-content/plugins/complianz-gdpr/integrations/plugins/beehive.php (3265B)
'compile_statistics', 'label' => 'default', 'title' => __( "Statistics plugin detected", 'complianz-gdpr' ), 'text' => cmplz_sprintf( __( "You use %s, which means the answer to this question should be Google Analytics.", 'complianz-gdpr' ), 'Beehive' ) .' '.$text, ]; $found_key = false; foreach ($notices as $key=>$notice) { if ($notice['field_id']==='compile_statistics') { $found_key = $key; } } if ($found_key){ $notices[$found_key] = $notice; } else { $notices[] = $notice; } return $notices; } add_filter( 'cmplz_field_notices', 'cmplz_beehive_show_compile_statistics_notice' ); add_filter( 'beehive_get_options', 'cmplz_beehive_options', 10, 2 ); function cmplz_beehive_options( $options, $network ) { //handle anonymization if ( cmplz_no_ip_addresses() ) { $options['general']['anonymize'] = true; } //handle sharing of data if ( cmplz_statistics_no_sharing_allowed() ) { $options['general']['advertising'] = false; } return $options; } /** * Make sure there's no warning about configuring GA anymore * * @param $warnings * * @return mixed */ function cmplz_beehive_filter_warnings( $warnings ) { unset( $warnings[ 'ga-needs-configuring' ] ); return $warnings; } add_filter( 'cmplz_warning_types', 'cmplz_beehive_filter_warnings' ); /** * Hide the stats configuration options when Beehive is enabled. * * @param $fields * * @return mixed */ function cmplz_beehive_filter_fields( $fields ) { $index = cmplz_get_field_index('compile_statistics_more_info', $fields); if ($index!==false) unset($fields[$index]['help']); return cmplz_remove_field( $fields, [ 'configuration_by_complianz', 'ua_code', 'aw_code', 'additional_gtags_stats', 'additional_gtags_marketing', 'consent-mode', 'gtag-basic-consent-mode', 'cmplz-gtag-urlpassthrough', 'cmplz-gtag-ads_data_redaction', 'gtm_code', 'cmplz-tm-template' ]); } add_filter( 'cmplz_fields', 'cmplz_beehive_filter_fields', 200, 1 );