Changeset 2301890 for gdpr-framework
- Timestamp:
- 05/09/2020 10:14:36 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
gdpr-framework/trunk/src/Components/PrivacySafe/AdminTabPrivacySafe.php
r2301194 r2301890 85 85 } 86 86 public function renderLinkHeader() { 87 echo '<p>Register now to activate your Privacy Safe seal. Visit the link below, complete the complete the checkout process. Once approved you will recieve notice to get your seal code and image code. Enter those here and save. You can then place the seal where you would like on your site.</p><p><a href="https://orders.data443.com/cart.php?a=add&pid=31&carttpl=standard_cart" target="_blank" >Register Here</a></p>';87 echo '<p>Register now to activate your Privacy Safe seal. Visit the link below, complete the complete the checkout process. Once approved you will recieve notice to get your seal code and image code. Enter those here and save. You can then place the seal where you would like on your site.</p><p><a href="https://orders.data443.com/cart.php?a=add&pid=31&carttpl=standard_cart" target="_blank" class="button button-primary">Register Here</a></p>'; 88 88 } 89 89 public function renderGuideHeader() { … … 97 97 } 98 98 public function shortcode() { 99 echo "<code>[ ccpa_privacy_safe]</code>";99 echo "<code>[gdpr_privacy_safe]</code>"; 100 100 } 101 101 public function shortcodephp() { 102 echo "<code>echo do_shortcode('[ ccpa_privacy_safe]');</code>";}102 echo "<code>echo do_shortcode('[gdpr_privacy_safe]');</code>";} 103 103 104 104
Note: See TracChangeset
for help on using the changeset viewer.