Files
szkoleniauryzaj.pl/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php
2024-11-10 21:08:49 +01:00

58 lines
2.1 KiB
PHP
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php defined('ABSPATH') or die("you do not have access to this page!");
$plugins = array(
'COMPLIANZTC' => array(
'constant_free' => 'cmplz_tc_version',
'constant_premium' => 'cmplz_tc_version',
'website' => 'https://complianz.io?src=rsssl-plugin',
'search' => 'complianz+terms+conditions+stand-alone',
),
'COMPLIANZ' => array(
'constant_free' => 'cmplz_plugin',
'constant_premium' => 'cmplz_premium',
'website' => 'https://complianz.io/pricing/?src=rsssl-plugin',
'search' => 'complianz+really+simple+cookies+rogierlankhorst',
),
'BURST' => array(
'constant_free' => 'burst_version',
'constant_premium' => 'burst_version',
'website' => 'https://burst-statistics.com',
'search' => 'burst+statistics+really+simple+plugins+self-hosted',
),
);
?>
<div>
<div class="rsssl-upsell rsssl-cmplz">
<div class="plugin-color">
<div class="cmplz-blue rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/complianz-gdpr/" target="_blank">Complianz GDPR/CCPA Cookie Consent</a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['COMPLIANZ'])?>
</div>
</div>
<div class="rsssl-upsell rsssl-burst">
<div class="plugin-color">
<div class="burst-green rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/burst-statistics/" target="_blank">Burst Statistics - <?php _e("Self-hosted, Privacy-friendly analytics tool", "really-simple-ssl")?></a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['BURST'])?>
</div>
</div>
<div class="rsssl-upsell rsssl-cmplztc">
<div class="plugin-color">
<div class="cmplztc-black rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/complianz-terms-conditions/" target="_blank">Complianz - Terms & Conditions</a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['COMPLIANZTC'])?>
</div>
</div>
</div>