Files
doitinpoland.com/wp-content/plugins/really-simple-ssl/grid/templates/other-plugins.php
2023-09-12 21:41:04 +02:00

60 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!"); ?>
<?php
$plugins = array(
'WPSI' => array(
'constant_free' => 'wpsi_plugin',
'constant_premium' => 'wpsi_pro_plugin',
'website' => 'https://wpsearchinsights.com/pro',
'search' => 'WP+Search+Insights+really+simple+plugins+searches+complianz',
),
'COMPLIANZ' => array(
'constant_free' => 'cmplz_plugin',
'constant_premium' => 'cmplz_premium',
'website' => 'https://complianz.io/pricing',
'search' => 'complianz+really+simple+cookies+rogierlankhorst',
),
'ZIP' => array(
'constant_free' => 'ZRDN_PLUGIN_BASENAME',
'constant_premium' => 'ZRDN_PREMIUM',
'website' => 'https://ziprecipes.net/premium/',
'search' => 'zip+recipes+recipe+maker+really+simple+plugins+complianz',
),
);
?>
<div>
<div class="rsssl-upsell rsssl-wpsi">
<div class="plugin-color">
<div class="wpsi-red rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/wp-search-insights/" target="_blank">WP Search Insights - <?php _e("Track searches on your website", "really-simple-ssl")?></a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['WPSI'])?>
</div>
</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-zip">
<div class="plugin-color">
<div class="zip-pink rsssl-bullet"></div>
</div>
<div class="plugin-text">
<a href="https://wordpress.org/plugins/zip-recipes/" target="_blank">Zip Recipes - <?php _e("Beautiful recipes optimized for Google ", "really-simple-ssl")?></a>
</div>
<div class="plugin-status">
<?php echo RSSSL()->really_simple_ssl->get_status_link($plugins['ZIP'])?>
</div>
</div>
</div>