HEX
Server: Apache/2.4.54 (Debian)
System: Linux a5825d2beacc 4.15.0-197-generic #208-Ubuntu SMP Tue Nov 1 17:23:37 UTC 2022 x86_64
User: root (0)
PHP: 8.1.14
Disabled: NONE
Upload Files
File: /var/www/html/wp-content/plugins/complianz-gdpr/templates/integrations/plugins.php
<?php
	cmplz_notice( __( 'Below you will find the plugins currently detected and integrated with Complianz. Most plugins work by default, but you can also add a plugin to the script center or add it to the integration list.',
			'complianz-gdpr' )
	              . cmplz_read_more( 'https://complianz.io/developers-guide-for-third-party-integrations' ).' '. cmplz_sprintf( __( "Enabled %s will be blocked on the front-end of your website until the user has given consent (opt-in), or after the user has revoked consent (opt-out). When possible a placeholder is activated. You can also disable or configure the placeholder to your liking.",
			'complianz-gdpr' ), __( "plugins", "complianz-gdpr" ) )
	              . cmplz_read_more( "https://complianz.io/blocking-recaptcha-manually/" ) );

	$fields = COMPLIANZ::$config->fields( 'integrations' );
	if ( cmplz_get_value( 'safe_mode' ) == 1 ) {
		cmplz_settings_overlay( __( 'Safe Mode enabled. To manage integrations, disable Safe Mode in the general settings.', 'complianz-gdpr' ) );
	} else if ( count( $fields ) == 0 ) {
		cmplz_settings_overlay( __( 'No active plugins detected in the integrations list.', 'complianz-gdpr' ) );
	}
	?>
	<input type="hidden" name="cmplz_save_integrations_type_plugins" value="1">
	<?php
	COMPLIANZ::$field->get_fields( 'integrations' );