Plugin Directory

Changeset 2301890 for gdpr-framework


Ignore:
Timestamp:
05/09/2020 10:14:36 PM (6 years ago)
Author:
data443
Message:

Updated code tip from ccpa shortcode to gdpr

File:
1 edited

Legend:

Unmodified
Added
Removed
  • gdpr-framework/trunk/src/Components/PrivacySafe/AdminTabPrivacySafe.php

    r2301194 r2301890  
    8585    }
    8686    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>';
    8888    }
    8989    public function renderGuideHeader() {
     
    9797    }
    9898    public function shortcode() {
    99         echo "<code>[ccpa_privacy_safe]</code>";
     99        echo "<code>[gdpr_privacy_safe]</code>";
    100100    }
    101101    public function shortcodephp() {
    102         echo "<code>echo do_shortcode('[ccpa_privacy_safe]');</code>";}
     102        echo "<code>echo do_shortcode('[gdpr_privacy_safe]');</code>";}
    103103
    104104
Note: See TracChangeset for help on using the changeset viewer.