Plugin Directory

Changeset 2024675 for gdpr-framework


Ignore:
Timestamp:
02/04/2019 03:15:20 PM (7 years ago)
Author:
data443
Message:

recent update w/ woo

Location:
gdpr-framework/trunk
Files:
3 added
37 edited

Legend:

Unmodified
Added
Removed
  • gdpr-framework/trunk/assets/cookieconsent.js

    r1976814 r2024675  
    11window.addEventListener("load", function () {
    22  if(gdpr_policy_page.gdpr_url){
    3     var layoutcheck = 'gdpr-cool-layout';
     3    if(gdpr_policy_page.gdpr_popup){
     4        var layoutcheck = 'gdpr-cool-layout';
     5    }else{
     6        var layoutcheck = 'gdpr-cool-layout-wlink';
     7    }
    48  }else{
    59    var layoutcheck = 'gdpr-cool-layout-wlink';
  • gdpr-framework/trunk/gdpr-framework.php

    r2012059 r2024675  
    55 * Plugin URI:        https://www.data443.com/gdpr-framework/
    66 * Description:       Tools to help make your website GDPR-compliant. Fully documented, extendable and developer-friendly.
    7  * Version:           1.0.23
     7 * Version:           1.0.24
    88 * Author:            Data443
    99 * Author URI:        https://www.data443.com/
     
    1616}
    1717
    18 define('GDPR_FRAMEWORK_VERSION', '1.0.23');
     18define('GDPR_FRAMEWORK_VERSION', '1.0.24');
    1919
    2020add_action( 'plugins_loaded', 'gdpr_framework_load_textdomain' );
     
    108108            'updated_at' => date("Y-m-d H:i:s"),
    109109            'ip'         => $_POST['userip'],
    110         ] );
     110        ] );
     111        do_action('gdpr_consent_accept_cookies');
    111112        wp_die(); // ajax call must die to avoid trailing 0 in your response
    112113        }else{
     
    297298
    298299    $gdpr_popup_theme = get_option( 'gdpr_popup_theme' );
    299    
     300    $gdpr_policy_popup = get_option( 'gdpr_policy_popup' );
    300301    $gdpr_hide = get_option('gdpr_onetime_popup');
    301302   
    302303    $type = "opt-out"; #opt-in,opt-out,""
    303304
    304     $get_gdpr_data = array('gdpr_url'=>$gdpr_policy_page_url,'gdpr_message'=>$gdpr_message,'gdpr_dismiss'=>$gdpr_dismiss,'gdpr_allow'=>$gdpr_allow,'gdpr_header'=>$gdpr_header,'gdpr_link'=>$gdpr_link,'gdpr_popup_position'=>$position,'gdpr_popup_type'=>$type,'gdpr_popup_static'=>$static,'gdpr_popup_background'=>$gdpr_popup_background,'gdpr_popup_text'=>$gdpr_popup_text,'gdpr_button_background'=>$gdpr_button_background,'gdpr_button_text'=>$gdpr_button_text,'gdpr_button_border'=>$gdpr_button_border,'gdpr_popup_theme'=>$gdpr_popup_theme,'gdpr_hide'=>$gdpr_hide);
    305 
     305    $get_gdpr_data = array('gdpr_url'=>$gdpr_policy_page_url,'gdpr_message'=>$gdpr_message,'gdpr_dismiss'=>$gdpr_dismiss,'gdpr_allow'=>$gdpr_allow,'gdpr_header'=>$gdpr_header,'gdpr_link'=>$gdpr_link,'gdpr_popup_position'=>$position,'gdpr_popup_type'=>$type,'gdpr_popup_static'=>$static,'gdpr_popup_background'=>$gdpr_popup_background,'gdpr_popup_text'=>$gdpr_popup_text,'gdpr_button_background'=>$gdpr_button_background,'gdpr_button_text'=>$gdpr_button_text,'gdpr_button_border'=>$gdpr_button_border,'gdpr_popup_theme'=>$gdpr_popup_theme,'gdpr_hide'=>$gdpr_hide,'gdpr_popup'=>$gdpr_policy_popup);
    306306    wp_localize_script( 'gdpr-framework-cookieconsent-js', 'gdpr_policy_page', $get_gdpr_data );
    307 
    308307    wp_enqueue_script( 'gdpr-framework-cookie_popupconsent-js', gdpr('config')->get('plugin.url') . 'assets/cookieconsent.js');
    309308   
  • gdpr-framework/trunk/languages/gdpr-framework-bg_BG.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:03+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:22+0530\n"
    1212"Language-Team: \n"
    1313"MIME-Version: 1.0\n"
     
    17091709msgstr ""
    17101710"позволява на вашата организация да спазва всички правила за поверителност."
     1711
     1712#: views\admin\support\contents.php:49
     1713msgctxt "(Admin)"
     1714msgid ""
     1715"Found a bug or have a question about the plugin? Submit a support request "
     1716"and we’ll get right on it!"
     1717msgstr ""
     1718"Открихте грешка или имате въпрос относно приставката? Изпратете заявка за "
     1719"поддръжка и ще се оправим!"
     1720
     1721#: views\admin\support\contents.php:58
     1722msgctxt "(Admin)"
     1723msgid "Need assistance in making your site compliant? We can help!"
     1724msgstr "Нуждаете се от помощ при съгласуването на сайта Ви? Можем да помогнем!"
     1725
     1726#: views\admin\general\woo-compatibility.php:9
     1727msgctxt "(Admin)"
     1728msgid "Enable WooCommerce data on GDPR tool"
     1729msgstr "Активиране на данните за WooCommerce за инструмента GDPR"
     1730
     1731#: src\Admin\AdminTabGeneral.php:241
     1732msgctxt "(Admin)"
     1733msgid "Enable WooCommerce Compatibility"
     1734msgstr "Активиране на съвместимостта на WooCommerce"
     1735
     1736#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1737msgid "Note Regarding Order:"
     1738msgstr "Забележка относно поръчката:"
     1739
     1740#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1741msgid ""
     1742"Your order with status Processing will not get deleted until status change."
     1743msgstr ""
     1744"Вашата поръчка със статус Обработка няма да бъде изтрита до промяна на "
     1745"статуса."
     1746
     1747#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1748msgid "Your order with status Completed will get anonymize."
     1749msgstr "Вашата поръчка със завършен статус ще стане анонимна."
     1750
     1751#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1752msgid "If you delete Completed order you can't apply for refund."
     1753msgstr ""
     1754"Ако изтриете попълнената поръчка, не можете да кандидатствате за "
     1755"възстановяване."
  • gdpr-framework/trunk/languages/gdpr-framework-da_DK.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:05+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:24+0530\n"
    1212"Last-Translator: Stefan Butz <webmaster@die-blaue-eisdiele.de>\n"
    1313"MIME-Version: 1.0\n"
     
    17051705"gør det muligt for din organisation at overholde alle regler om beskyttelse "
    17061706"af personlige oplysninger."
     1707
     1708#: views\admin\support\contents.php:49
     1709msgctxt "(Admin)"
     1710msgid ""
     1711"Found a bug or have a question about the plugin? Submit a support request "
     1712"and we’ll get right on it!"
     1713msgstr ""
     1714"Har du fundet en fejl eller har du et spørgsmål om plugin? Send en "
     1715"supportanmodning, og vi får det rigtigt!"
     1716
     1717#: views\admin\support\contents.php:58
     1718msgctxt "(Admin)"
     1719msgid "Need assistance in making your site compliant? We can help!"
     1720msgstr ""
     1721"Har du brug for hjælp til at gøre dit websted kompatibelt? Vi kan hjælpe!"
     1722
     1723#: views\admin\general\woo-compatibility.php:9
     1724msgctxt "(Admin)"
     1725msgid "Enable WooCommerce data on GDPR tool"
     1726msgstr "Aktivér WooCommerce-data på GDPR-værktøjet"
     1727
     1728#: src\Admin\AdminTabGeneral.php:241
     1729msgctxt "(Admin)"
     1730msgid "Enable WooCommerce Compatibility"
     1731msgstr "Aktivér WooCommerce-kompatibilitet"
     1732
     1733#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1734msgid "Note Regarding Order:"
     1735msgstr "Bemærkning vedrørende ordre:"
     1736
     1737#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1738msgid ""
     1739"Your order with status Processing will not get deleted until status change."
     1740msgstr ""
     1741"Din ordre med status Behandling vil ikke blive slettet, indtil statusændring."
     1742
     1743#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1744msgid "Your order with status Completed will get anonymize."
     1745msgstr "Din ordre med status Afsluttet vil blive anonymiseret."
     1746
     1747#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1748msgid "If you delete Completed order you can't apply for refund."
     1749msgstr "Hvis du sletter Afsluttet ordre, kan du ikke søge om refusion."
  • gdpr-framework/trunk/languages/gdpr-framework-de_DE.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:07+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:26+0530\n"
    1212"Last-Translator: Stefan Butz <webmaster@die-blaue-eisdiele.de>\n"
    1313"MIME-Version: 1.0\n"
     
    17311731msgstr ""
    17321732"ermöglicht Ihrem Unternehmen die Einhaltung aller Datenschutzbestimmungen."
     1733
     1734#: views\admin\support\contents.php:49
     1735msgctxt "(Admin)"
     1736msgid ""
     1737"Found a bug or have a question about the plugin? Submit a support request "
     1738"and we’ll get right on it!"
     1739msgstr ""
     1740"Fehler gefunden oder Fragen zum Plugin? Senden Sie eine Support-Anfrage und "
     1741"wir werden sofort darauf reagieren!"
     1742
     1743#: views\admin\support\contents.php:58
     1744msgctxt "(Admin)"
     1745msgid "Need assistance in making your site compliant? We can help!"
     1746msgstr ""
     1747"Benötigen Sie Hilfe, um Ihre Website kompatibel zu machen? Wir können helfen!"
     1748
     1749#: views\admin\general\woo-compatibility.php:9
     1750msgctxt "(Admin)"
     1751msgid "Enable WooCommerce data on GDPR tool"
     1752msgstr "Aktivieren Sie WooCommerce-Daten für das DSDPR-Tool"
     1753
     1754#: src\Admin\AdminTabGeneral.php:241
     1755msgctxt "(Admin)"
     1756msgid "Enable WooCommerce Compatibility"
     1757msgstr "Aktivieren Sie die WooCommerce-Kompatibilität"
     1758
     1759#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1760msgid "Note Regarding Order:"
     1761msgstr "Hinweis zur Bestellung:"
     1762
     1763#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1764msgid ""
     1765"Your order with status Processing will not get deleted until status change."
     1766msgstr ""
     1767"Ihre Bestellung mit Statusverarbeitung wird erst gelöscht, wenn sich der "
     1768"Status ändert."
     1769
     1770#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1771msgid "Your order with status Completed will get anonymize."
     1772msgstr "Ihre Bestellung mit dem Status Abgeschlossen wird anonymisiert."
     1773
     1774#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1775msgid "If you delete Completed order you can't apply for refund."
     1776msgstr ""
     1777"Wenn Sie die abgeschlossene Bestellung löschen, können Sie keine Erstattung "
     1778"beantragen."
  • gdpr-framework/trunk/languages/gdpr-framework-el.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:10+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:27+0530\n"
    1212"Last-Translator: john maniatopoulos <webace.wp@gmail.com>\n"
    1313"Language-Team: Greek\n"
     
    17281728"επιτρέπει στην εταιρεία σας να συμμορφώνεται με όλους τους κανονισμούς "
    17291729"απορρήτου."
     1730
     1731#: views\admin\support\contents.php:49
     1732msgctxt "(Admin)"
     1733msgid ""
     1734"Found a bug or have a question about the plugin? Submit a support request "
     1735"and we’ll get right on it!"
     1736msgstr ""
     1737"Βρήκατε ένα σφάλμα ή έχετε κάποια ερώτηση σχετικά με το plugin; Υποβάλετε "
     1738"ένα αίτημα υποστήριξης και θα το πάμε σωστά!"
     1739
     1740#: views\admin\support\contents.php:58
     1741msgctxt "(Admin)"
     1742msgid "Need assistance in making your site compliant? We can help!"
     1743msgstr ""
     1744"Χρειάζεστε βοήθεια σχετικά με τη συμμόρφωση του ιστοτόπου σας; Μπορούμε να "
     1745"βοηθήσουμε!"
     1746
     1747#: views\admin\general\woo-compatibility.php:9
     1748msgctxt "(Admin)"
     1749msgid "Enable WooCommerce data on GDPR tool"
     1750msgstr "Ενεργοποιήστε τα δεδομένα του WooCommerce στο εργαλείο GDPR"
     1751
     1752#: src\Admin\AdminTabGeneral.php:241
     1753msgctxt "(Admin)"
     1754msgid "Enable WooCommerce Compatibility"
     1755msgstr "Ενεργοποιήστε τη συμβατότητα του WooCommerce"
     1756
     1757#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1758msgid "Note Regarding Order:"
     1759msgstr "Σημείωση σχετικά με την παραγγελία:"
     1760
     1761#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1762msgid ""
     1763"Your order with status Processing will not get deleted until status change."
     1764msgstr ""
     1765"Η παραγγελία σας με την κατάσταση Επεξεργασία δεν θα διαγραφεί μέχρι την "
     1766"αλλαγή της κατάστασης."
     1767
     1768#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1769msgid "Your order with status Completed will get anonymize."
     1770msgstr "Η παραγγελία σας με την κατάσταση Ολοκληρώθηκε θα γίνει ανώνυμη."
     1771
     1772#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1773msgid "If you delete Completed order you can't apply for refund."
     1774msgstr ""
     1775"Εάν διαγράψετε την ολοκλήρωση της παραγγελίας, δεν μπορείτε να υποβάλετε "
     1776"αίτηση επιστροφής χρημάτων."
  • gdpr-framework/trunk/languages/gdpr-framework-en_CA.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-05-22 15:47+0300\n"
    11 "PO-Revision-Date: 2019-01-11 14:13+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:29+0530\n"
    1212"Last-Translator: \n"
    1313"Language-Team: \n"
     
    17311731msgid "enables your organization to comply with all privacy regulations."
    17321732msgstr "enables your organization to comply with all privacy regulations."
     1733
     1734#: views\admin\support\contents.php:49
     1735msgctxt "(Admin)"
     1736msgid ""
     1737"Found a bug or have a question about the plugin? Submit a support request "
     1738"and we’ll get right on it!"
     1739msgstr ""
     1740"Found a bug or have a question about the plugin? Submit a support request "
     1741"and we’ll get right on it!"
     1742
     1743#: views\admin\support\contents.php:58
     1744msgctxt "(Admin)"
     1745msgid "Need assistance in making your site compliant? We can help!"
     1746msgstr "Need assistance in making your site compliant? We can help!"
     1747
     1748#: views\admin\general\woo-compatibility.php:9
     1749msgctxt "(Admin)"
     1750msgid "Enable WooCommerce data on GDPR tool"
     1751msgstr "Enable WooCommerce data on GDPR tool"
     1752
     1753#: src\Admin\AdminTabGeneral.php:241
     1754msgctxt "(Admin)"
     1755msgid "Enable WooCommerce Compatibility"
     1756msgstr "Enable WooCommerce Compatibility"
     1757
     1758#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1759msgid "Note Regarding Order:"
     1760msgstr "Note Regarding Order:"
     1761
     1762#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1763msgid ""
     1764"Your order with status Processing will not get deleted until status change."
     1765msgstr ""
     1766"Your order with status Processing will not get deleted until status change."
     1767
     1768#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1769msgid "Your order with status Completed will get anonymize."
     1770msgstr "Your order with status Completed will get anonymize."
     1771
     1772#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1773msgid "If you delete Completed order you can't apply for refund."
     1774msgstr "If you delete Completed order you can't apply for refund."
  • gdpr-framework/trunk/languages/gdpr-framework-es_ES.po

    r2012059 r2024675  
    55"Project-Id-Version: The GDPR Framework en español\n"
    66"POT-Creation-Date: 2018-04-18 09:35+0200\n"
    7 "PO-Revision-Date: 2019-01-11 14:15+0530\n"
     7"PO-Revision-Date: 2019-02-01 14:30+0530\n"
    88"Last-Translator: PNTE <blogs@educacion.navarra.es>\n"
    99"Language-Team: PNTE <blogs@educacion.navarra.es>\n"
     
    17841784"privacidad."
    17851785
     1786#: views\admin\support\contents.php:49
     1787msgctxt "(Admin)"
     1788msgid ""
     1789"Found a bug or have a question about the plugin? Submit a support request "
     1790"and we’ll get right on it!"
     1791msgstr ""
     1792"¿Encontró un error o tiene una pregunta sobre el complemento? Envíe una "
     1793"solicitud de soporte y nos pondremos en contacto con ella!"
     1794
     1795#: views\admin\support\contents.php:58
     1796msgctxt "(Admin)"
     1797msgid "Need assistance in making your site compliant? We can help!"
     1798msgstr ""
     1799"¿Necesita ayuda para hacer que su sitio sea compatible? ¡Podemos ayudar!"
     1800
     1801#: views\admin\general\woo-compatibility.php:9
     1802msgctxt "(Admin)"
     1803msgid "Enable WooCommerce data on GDPR tool"
     1804msgstr "Habilitar datos de WooCommerce en la herramienta GDPR"
     1805
     1806#: src\Admin\AdminTabGeneral.php:241
     1807msgctxt "(Admin)"
     1808msgid "Enable WooCommerce Compatibility"
     1809msgstr "Habilitar la compatibilidad con WooCommerce"
     1810
     1811#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1812msgid "Note Regarding Order:"
     1813msgstr "Nota sobre el pedido:"
     1814
     1815#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1816msgid ""
     1817"Your order with status Processing will not get deleted until status change."
     1818msgstr ""
     1819"Su orden con el procesamiento de estado no se eliminará hasta que cambie el "
     1820"estado."
     1821
     1822#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1823msgid "Your order with status Completed will get anonymize."
     1824msgstr "Su pedido con estado Completado se anonimizará."
     1825
     1826#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1827msgid "If you delete Completed order you can't apply for refund."
     1828msgstr "Si elimina el pedido completado, no podrá solicitar el reembolso."
     1829
    17861830#~ msgid "Manage consents"
    17871831#~ msgstr "Gestionar los consentimientos"
  • gdpr-framework/trunk/languages/gdpr-framework-et.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-05-22 15:47+0300\n"
    11 "PO-Revision-Date: 2019-01-11 14:18+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:32+0530\n"
    1212"Last-Translator: Codelight <team@codelight.eu>\n"
    1313"Language-Team: \n"
     
    17301730msgstr "võimaldab teie organisatsioonil täita kõiki privaatsuseeskirju."
    17311731
     1732#: views\admin\support\contents.php:49
     1733msgctxt "(Admin)"
     1734msgid ""
     1735"Found a bug or have a question about the plugin? Submit a support request "
     1736"and we’ll get right on it!"
     1737msgstr ""
     1738"Kas leidsite vea või teil on küsimus pluginaga? Esitage toetustaotlus ja me "
     1739"saame selle õigesti!"
     1740
     1741#: views\admin\support\contents.php:58
     1742msgctxt "(Admin)"
     1743msgid "Need assistance in making your site compliant? We can help!"
     1744msgstr "Vajad abi saidi ühildamiseks? Me saame aidata!"
     1745
     1746#: views\admin\general\woo-compatibility.php:9
     1747msgctxt "(Admin)"
     1748msgid "Enable WooCommerce data on GDPR tool"
     1749msgstr "Luba WooCommerce andmed GDPR-vahendil"
     1750
     1751#: src\Admin\AdminTabGeneral.php:241
     1752msgctxt "(Admin)"
     1753msgid "Enable WooCommerce Compatibility"
     1754msgstr "WooCommerce-ühilduvuse lubamine"
     1755
     1756#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1757msgid "Note Regarding Order:"
     1758msgstr "Märkus tellimuse kohta:"
     1759
     1760#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1761msgid ""
     1762"Your order with status Processing will not get deleted until status change."
     1763msgstr ""
     1764"Teie tellimus olekuga Töötlemine ei kustutata enne, kui staatus muutub."
     1765
     1766#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1767msgid "Your order with status Completed will get anonymize."
     1768msgstr "Teie tellimus olekuga Lõpetatud saab anonüümseks."
     1769
     1770#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1771msgid "If you delete Completed order you can't apply for refund."
     1772msgstr "Kui olete kustutatud tellimuse kustutanud, ei saa te toetust taotleda."
     1773
    17321774#~ msgid "Manage consents"
    17331775#~ msgstr "Halda nõusolekuid"
  • gdpr-framework/trunk/languages/gdpr-framework-fr_FR.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:19+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:34+0530\n"
    1212"Language-Team: \n"
    1313"MIME-Version: 1.0\n"
     
    17271727"permet à votre organisation de se conformer à toutes les règles de "
    17281728"confidentialité."
     1729
     1730#: views\admin\support\contents.php:49
     1731msgctxt "(Admin)"
     1732msgid ""
     1733"Found a bug or have a question about the plugin? Submit a support request "
     1734"and we’ll get right on it!"
     1735msgstr ""
     1736"Vous avez trouvé un bug ou avez une question sur le plugin? Soumettez une "
     1737"demande d'assistance et nous nous en occuperons!"
     1738
     1739#: views\admin\support\contents.php:58
     1740msgctxt "(Admin)"
     1741msgid "Need assistance in making your site compliant? We can help!"
     1742msgstr "Besoin d'aide pour rendre votre site conforme? Nous pouvons aider!"
     1743
     1744#: views\admin\general\woo-compatibility.php:9
     1745msgctxt "(Admin)"
     1746msgid "Enable WooCommerce data on GDPR tool"
     1747msgstr "Activer les données WooCommerce sur l'outil GDPR"
     1748
     1749#: src\Admin\AdminTabGeneral.php:241
     1750msgctxt "(Admin)"
     1751msgid "Enable WooCommerce Compatibility"
     1752msgstr "Activer la compatibilité WooCommerce"
     1753
     1754#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1755msgid "Note Regarding Order:"
     1756msgstr "Note concernant la commande:"
     1757
     1758#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1759msgid ""
     1760"Your order with status Processing will not get deleted until status change."
     1761msgstr ""
     1762"Votre commande avec statut Le traitement ne sera pas effacé tant que le "
     1763"statut n'aura pas changé"
     1764
     1765#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1766msgid "Your order with status Completed will get anonymize."
     1767msgstr "Votre commande avec le statut Terminé sera anonymisée."
     1768
     1769#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1770msgid "If you delete Completed order you can't apply for refund."
     1771msgstr ""
     1772"Si vous supprimez la commande terminée, vous ne pouvez pas demander de "
     1773"remboursement."
  • gdpr-framework/trunk/languages/gdpr-framework-it_IT.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:22+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:36+0530\n"
    1212"Language: it_IT\n"
    1313"MIME-Version: 1.0\n"
     
    17171717"consente alla tua organizzazione di rispettare tutte le normative sulla "
    17181718"privacy."
     1719
     1720#: views\admin\support\contents.php:49
     1721msgctxt "(Admin)"
     1722msgid ""
     1723"Found a bug or have a question about the plugin? Submit a support request "
     1724"and we’ll get right on it!"
     1725msgstr ""
     1726"Trovato un bug o hai una domanda sul plugin? Invia una richiesta di supporto "
     1727"e ci arriveremo subito!"
     1728
     1729#: views\admin\support\contents.php:58
     1730msgctxt "(Admin)"
     1731msgid "Need assistance in making your site compliant? We can help!"
     1732msgstr ""
     1733"Hai bisogno di aiuto per rendere il tuo sito conforme? Possiamo aiutare!"
     1734
     1735#: views\admin\general\woo-compatibility.php:9
     1736msgctxt "(Admin)"
     1737msgid "Enable WooCommerce data on GDPR tool"
     1738msgstr "Abilita i dati di WooCommerce sullo strumento GDPR"
     1739
     1740#: src\Admin\AdminTabGeneral.php:241
     1741msgctxt "(Admin)"
     1742msgid "Enable WooCommerce Compatibility"
     1743msgstr "Abilita la compatibilità con WooCommerce"
     1744
     1745#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1746msgid "Note Regarding Order:"
     1747msgstr "Nota per quanto riguarda l'ordine:"
     1748
     1749#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1750msgid ""
     1751"Your order with status Processing will not get deleted until status change."
     1752msgstr ""
     1753"Il tuo ordine con lo stato di elaborazione non verrà cancellato fino a "
     1754"quando il cambiamento di stato."
     1755
     1756#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1757msgid "Your order with status Completed will get anonymize."
     1758msgstr "Il tuo ordine con stato Completato diventerà anonimo."
     1759
     1760#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1761msgid "If you delete Completed order you can't apply for refund."
     1762msgstr "Se elimini l'ordine Completato non puoi richiedere il rimborso."
  • gdpr-framework/trunk/languages/gdpr-framework-nl_NL.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 10:50+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:23+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:37+0530\n"
    1212"Language-Team: \n"
    1313"MIME-Version: 1.0\n"
     
    17051705msgid "enables your organization to comply with all privacy regulations."
    17061706msgstr "stelt uw organisatie in staat om te voldoen aan alle privacyregels."
     1707
     1708#: views\admin\support\contents.php:49
     1709msgctxt "(Admin)"
     1710msgid ""
     1711"Found a bug or have a question about the plugin? Submit a support request "
     1712"and we’ll get right on it!"
     1713msgstr ""
     1714"Heeft u een bug gevonden of heeft u een vraag over de plug-in? Dien een "
     1715"ondersteuningsverzoek in en we komen er meteen aan!"
     1716
     1717#: views\admin\support\contents.php:58
     1718msgctxt "(Admin)"
     1719msgid "Need assistance in making your site compliant? We can help!"
     1720msgstr "Heeft u hulp nodig bij het voldoen aan uw site? We kunnen helpen!"
     1721
     1722#: views\admin\general\woo-compatibility.php:9
     1723msgctxt "(Admin)"
     1724msgid "Enable WooCommerce data on GDPR tool"
     1725msgstr "Schakel WooCommerce-gegevens over GDPR-tool in"
     1726
     1727#: src\Admin\AdminTabGeneral.php:241
     1728msgctxt "(Admin)"
     1729msgid "Enable WooCommerce Compatibility"
     1730msgstr "Schakel WooCommerce-compatibiliteit in"
     1731
     1732#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1733msgid "Note Regarding Order:"
     1734msgstr "Opmerking met betrekking tot de bestelling:"
     1735
     1736#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1737msgid ""
     1738"Your order with status Processing will not get deleted until status change."
     1739msgstr ""
     1740"Uw bestelling met status Verwerking wordt pas verwijderd als de status "
     1741"verandert."
     1742
     1743#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1744msgid "Your order with status Completed will get anonymize."
     1745msgstr "Uw bestelling met de status Voltooid wordt geanonimiseerd."
     1746
     1747#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1748msgid "If you delete Completed order you can't apply for refund."
     1749msgstr ""
     1750"Als u de voltooide bestelling verwijdert, kunt u geen restitutie aanvragen."
  • gdpr-framework/trunk/languages/gdpr-framework-pt_PT.po

    r2012059 r2024675  
    99"Report-Msgid-Bugs-To: gdpr@codelight.eu\n"
    1010"POT-Creation-Date: 2018-04-16 09:26+0000\n"
    11 "PO-Revision-Date: 2019-01-11 14:25+0530\n"
     11"PO-Revision-Date: 2019-02-01 14:38+0530\n"
    1212"Language-Team: \n"
    1313"MIME-Version: 1.0\n"
     
    16861686msgstr ""
    16871687"permite que sua organização cumpra todas as regulamentações de privacidade."
     1688
     1689#: views\admin\support\contents.php:49
     1690msgctxt "(Admin)"
     1691msgid ""
     1692"Found a bug or have a question about the plugin? Submit a support request "
     1693"and we’ll get right on it!"
     1694msgstr ""
     1695"Encontrou um bug ou tem alguma dúvida sobre o plugin? Envie uma solicitação "
     1696"de suporte e entraremos nela."
     1697
     1698#: views\admin\support\contents.php:58
     1699msgctxt "(Admin)"
     1700msgid "Need assistance in making your site compliant? We can help!"
     1701msgstr "Precisa de ajuda para tornar seu site compatível? Nós podemos ajudar!"
     1702
     1703#: views\admin\general\woo-compatibility.php:9
     1704msgctxt "(Admin)"
     1705msgid "Enable WooCommerce data on GDPR tool"
     1706msgstr "Ativar dados do WooCommerce na ferramenta GDPR"
     1707
     1708#: src\Admin\AdminTabGeneral.php:241
     1709msgctxt "(Admin)"
     1710msgid "Enable WooCommerce Compatibility"
     1711msgstr "Ativar compatibilidade com o WooCommerce"
     1712
     1713#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1714msgid "Note Regarding Order:"
     1715msgstr "Nota sobre o pedido:"
     1716
     1717#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1718msgid ""
     1719"Your order with status Processing will not get deleted until status change."
     1720msgstr ""
     1721"Seu pedido com o status Processamento não será excluído até a mudança de "
     1722"status."
     1723
     1724#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1725msgid "Your order with status Completed will get anonymize."
     1726msgstr "Seu pedido com status Concluído será anonimizado."
     1727
     1728#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1729msgid "If you delete Completed order you can't apply for refund."
     1730msgstr "Se você excluir o pedido Concluído, não poderá solicitar o reembolso."
  • gdpr-framework/trunk/languages/gdpr-framework.pot

    r2012059 r2024675  
    16591659msgid "enables your organization to comply with all privacy regulations."
    16601660msgstr ""
     1661
     1662#: views\admin\support\contents.php:49
     1663msgctxt "(Admin)"
     1664msgid "Found a bug or have a question about the plugin? Submit a support request and we’ll get right on it!"
     1665msgstr ""
     1666
     1667#: views\admin\support\contents.php:58
     1668msgctxt "(Admin)"
     1669msgid "Need assistance in making your site compliant? We can help!"
     1670msgstr ""
     1671
     1672#: views\admin\general\woo-compatibility.php:9
     1673msgctxt "(Admin)"
     1674msgid "Enable WooCommerce data on GDPR tool"
     1675msgstr ""
     1676
     1677#: src\Admin\AdminTabGeneral.php:241
     1678msgctxt "(Admin)"
     1679msgid "Enable WooCommerce Compatibility"
     1680msgstr ""
     1681
     1682#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:19
     1683msgid "Note Regarding Order:"
     1684msgstr ""
     1685
     1686#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:20
     1687msgid "Your order with status Processing will not get deleted until status change."
     1688msgstr ""
     1689
     1690#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:21
     1691msgid "Your order with status Completed will get anonymize."
     1692msgstr ""
     1693
     1694#: views\modules\wordpress-user\dashboard\data-page\form-delete.php:22
     1695msgid "If you delete Completed order you can't apply for refund."
     1696msgstr ""
  • gdpr-framework/trunk/readme.txt

    r2012059 r2024675  
    11=== The GDPR Framework By Data443 ===
    22Contributors: data443
    3 Tags: gdpr, compliance, security, privacy, wordpress gdpr, eu privacy directive, eu cookie law, california privacy law, regulations, privacy law, law, data, general data protection regulation, gdpr law
     3Tags: ccpa, gdpr, compliance, security, privacy, wordpress gdpr, eu privacy directive, eu cookie law, california privacy law, regulations, privacy law, law, data, general data protection regulation, gdpr law
    44Requires at least: 4.7
    55Tested up to: 5.0.3
     
    3737&#9745; Cookie solution
    3838&#9745; Integration with ClassiDocs
     39&#9745; Integration with Woocommerce
    3940
    4041## IMPORTANT
     
    9394
    9495== Changelog ==
     96= 1.0.24 (02/04/2019) =
     97* SD-203: Enable Privacy Link option doesn’t seem to change anything.
     98* GDPRF-84: Update links in Support tab of plugin.
     99* GDPRF-83: Integration with WooCommerce.
     100
    95101= 1.0.23 (01/14/2019) =
    96102* SD-173: Add hook to change the error message on WP comment.
  • gdpr-framework/trunk/src/Admin/AdminHelper.php

    r1922349 r2024675  
    2525        $helpUrl = gdpr('helpers')->docs();
    2626
    27         if (!stristr($post->post_content, '[gdpr_privacy_tools]')) {
     27        if (!stristr($post->post_content, '<!-- wp:shortcode -->[gdpr_privacy_tools]<!-- /wp:shortcode -->')) {
    2828            gdpr('admin-notice')->add('admin/notices/helper-tools', compact('helpUrl'));
    2929        }
  • gdpr-framework/trunk/src/Admin/AdminTabGeneral.php

    r1998168 r2024675  
    3232        $this->registerSetting('gdpr_enable_stylesheet');
    3333        $this->registerSetting('gdpr_enable_theme_compatibility');
     34        if (class_exists( 'WooCommerce' )) {
     35            $this->registerSetting('gdpr_enable_woo_compatibility');
     36        }
    3437    }
    3538
     
    224227                [$this, 'renderThemeCompatibilitySelector'],
    225228                'gdpr_section_compatibility'
     229            );
     230        }
     231        if (class_exists( 'WooCommerce' )) {
     232
     233            /**
     234             * Compatibility settings
     235             */
     236            $this->registerSettingSection(
     237                'gdpr_woo_compatibility',
     238                _x('Woocommerce Integration', '(Admin)', 'gdpr-framework')
     239            );
     240
     241            $this->registerSettingField(
     242                'gdpr_enable_woo_compatibility',
     243                _x('Enable WooCommerce Compatibility', '(Admin)', 'gdpr-framework'),
     244                [$this, 'renderwooCompatibilitySelector'],
     245                'gdpr_woo_compatibility'
    226246            );
    227247        }
     
    429449        echo gdpr('view')->render('admin/general/theme-compatibility', compact('enabled'));
    430450    }
     451
     452    public function renderwooCompatibilitySelector()
     453    {
     454        $enabled = gdpr('options')->get('enable_woo_compatibility');
     455        echo gdpr('view')->render('admin/general/woo-compatibility', compact('enabled'));
     456    }
    431457}
  • gdpr-framework/trunk/src/Components/Consent/ConsentManager.php

    r1998168 r2024675  
    8787            true
    8888        );
     89        /****
     90         * Woocommerce Policy consent
     91         */
     92        if ( class_exists( 'WooCommerce' ) ) {
     93            gdpr('consent')->register(
     94                'gdpr_woo_consent','Woocommerce Policy Content',
     95                _x('This consent is visible by default on woocommerce checkout page. If someone wishes to withdraw it, they should simply request to delete all their data.', '(Admin)', 'gdpr-framework'),
     96                true
     97            );
     98        }
    8999    }
    90100
  • gdpr-framework/trunk/src/Installer/Installer.php

    r1922349 r2024675  
    277277
    278278        $toolsPageId = wp_insert_post([
    279             'post_content' => '[gdpr_privacy_tools]',
     279            'post_content' => '<!-- wp:shortcode -->[gdpr_privacy_tools]<!-- /wp:shortcode -->',
    280280            'post_title'   => __('Privacy Tools', 'gdpr-framework'),
    281281            'post_type'    => 'page',
  • gdpr-framework/trunk/src/Installer/Steps/ConfigurationPages.php

    r1922349 r2024675  
    5252    {
    5353        $id = wp_insert_post([
    54             'post_content' => '[gdpr_privacy_tools]',
     54            'post_content' => '<!-- wp:shortcode -->[gdpr_privacy_tools]<!-- /wp:shortcode -->',
    5555            'post_title'   => __('Privacy Tools', 'gdpr-framework'),
    5656            'post_type'    => 'page',
  • gdpr-framework/trunk/src/Setup.php

    r2012059 r2024675  
    1717use Codelight\GDPR\DataSubject\DataSubjectManager;
    1818use Codelight\GDPR\Modules\ContactForm7\ContactForm7;
     19use Codelight\GDPR\Modules\WooCommerce\WooCommerce;
    1920use Codelight\GDPR\Components\Themes\Themes;
    2021use Codelight\GDPR\Components\WordpressUser\WordpressUser;
     
    105106            gdpr()->make(Flamingo::class);
    106107        }
     108        if ( class_exists( 'WooCommerce' ) ) {
     109            gdpr()->make(WooCommerce::class);
     110        }
    107111    }
    108112}
  • gdpr-framework/trunk/vendor/illuminate/support/helpers.php

    r1856667 r2024675  
    246246}
    247247
    248 if (! function_exists('array_random')) {
     248if (! function_exists('gdpr_array_random')) {
    249249    /**
    250250     * Get a random value from an array.
     
    254254     * @return mixed
    255255     */
    256     function array_random($array, $num = null)
     256    function gdpr_array_random($array, $num = null)
    257257    {
    258258        return Arr::random($array, $num);
  • gdpr-framework/trunk/views/admin/support/contents.php

    r1986021 r2024675  
    1717        <div class="col">
    1818          <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/2.png');"></div>
    19             <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-site-owners-guide-to-gdpr/'); ?>" target="_blank">
     19            <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-gdpr-framework-knowledge-base/'); ?>" target="_blank">
    2020                <?= _x('Knowledge base', '(Admin)', 'gdpr-framework'); ?>
    2121            </a>
     
    4343        <div class="col">
    4444          <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/4.png');"></div>
    45             <a class="button button-primary" href="https://wordpress.org/support/plugin/gdpr-framework" target="_blank">
     45            <a class="button button-primary" href="https://data443.atlassian.net/servicedesk/customer/portal/2/group/6" target="_blank">
    4646                <?= _x('Submit a support request', '(Admin)', 'gdpr-framework'); ?>
    4747            </a>
    4848            <p>
    49                 <?= _x('Found a bug or problem with the plugin? Post in the wordpress.org support forum.', '(Admin)', 'gdpr-framework'); ?>
     49                <?= _x('Found a bug or have a question about the plugin? Submit a support request and we’ll get right on it!', '(Admin)', 'gdpr-framework'); ?>
    5050            </p>
    5151        </div>
    5252        <div class="col">
    5353          <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/5.png');"></div>
    54             <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-site-owners-guide-to-gdpr/'); ?>" target="_blank">
     54            <a class="button button-primary" href="<?= gdpr('helpers')->docs('contact/'); ?>" target="_blank">
    5555                <?= _x('Request a consultation', '(Admin)', 'gdpr-framework'); ?>
    5656            </a>
    5757            <p>
    58                 <?= _x('Need development or legal assistance in making your site compliant? We can help!', '(Admin)', 'gdpr-framework'); ?>
     58                <?= _x('Need assistance in making your site compliant? We can help!', '(Admin)', 'gdpr-framework'); ?>
    5959            </p>
    6060        </div>
  • gdpr-framework/trunk/views/installer/steps/finish.php

    r1986021 r2024675  
    2222    <div class="col">
    2323      <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/2.png');"></div>
    24       <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-site-owners-guide-to-gdpr/'); ?>" target="_blank">
     24      <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-gdpr-framework-knowledge-base/'); ?>" target="_blank">
    2525          <?= _x('Knowledge base', '(Admin)', 'gdpr-framework'); ?>
    2626      </a>
     
    4848        <div class="col">
    4949          <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/4.png');"></div>
    50             <a class="button button-primary" href="https://wordpress.org/support/plugin/gdpr-framework" target="_blank">
     50            <a class="button button-primary" href="https://data443.atlassian.net/servicedesk/customer/portal/2/group/6" target="_blank">
    5151                <?= _x('Submit a support request', '(Admin)', 'gdpr-framework'); ?>
    5252            </a>
    5353            <p>
    54                 <?= _x('Found a bug or problem with the plugin? Post in the wordpress.org support forum.', '(Admin)', 'gdpr-framework'); ?>
     54                <?= _x('Found a bug or have a question about the plugin? Submit a support request and we’ll get right on it!', '(Admin)', 'gdpr-framework'); ?>
    5555            </p>
    5656        </div>
    5757        <div class="col">
    5858          <div class="col_image" style="background-image:url('<?= gdpr('config')->get('plugin.url'); ?>/assets/5.png');"></div>
    59             <a class="button button-primary" href="<?= gdpr('helpers')->docs('wordpress-site-owners-guide-to-gdpr/'); ?>"  target="_blank">
     59            <a class="button button-primary" href="<?= gdpr('helpers')->docs('contact/'); ?>"  target="_blank">
    6060                <?= _x('Request a consultation', '(Admin)', 'gdpr-framework'); ?>
    6161            </a>
    6262            <p>
    63                 <?= _x('Need development or legal assistance in making your site compliant? We can help!', '(Admin)', 'gdpr-framework'); ?>
     63                <?= _x('Need assistance in making your site compliant? We can help!', '(Admin)', 'gdpr-framework'); ?>
    6464            </p>
    6565        </div>
  • gdpr-framework/trunk/views/modules/wordpress-user/dashboard/data-page/form-delete.php

    r1922349 r2024675  
    1616                    <?= __('If you have a user account on our site, it will also be deleted.', 'gdpr-framework') ?> <br/>
    1717                    <?= __('Be careful - this action is permanent and CANNOT be undone.', 'gdpr-framework') ?>
     18                    <?php if (gdpr('options')->get('enable_woo_compatibility') && class_exists('Woocommerce')){?>
     19                        <br/><strong class="gdpr_woo_note"><?= __("Note Regarding Order:", 'gdpr-framework') ?></strong><br/>
     20                        <?= __("Your order with status Processing will not get deleted until status change.", 'gdpr-framework') ?><br/>
     21                        <?= __("Your order with status Completed will get anonymize.", 'gdpr-framework') ?><br/>
     22                        <?= __("If you delete Completed order you can't apply for refund.", 'gdpr-framework') ?><br/>
     23                    <?php } ?>
    1824                </p>
    1925            <?php else: ?>
  • gdpr-framework/trunk/views/privacy-tools/form-delete.php

    r1998168 r2024675  
    55    <?= __('If you have a user account on our site, it will also be deleted.', 'gdpr-framework') ?> <br/>
    66    <?= __('Be careful - this action is permanent and CANNOT be undone.', 'gdpr-framework') ?>
     7    <?php if (gdpr('options')->get('enable_woo_compatibility') && class_exists('Woocommerce')){?>
     8        <br/><strong class="gdpr_woo_note"><?= __("Note Regarding Order:", 'gdpr-framework') ?></strong><br/>
     9        <?= __("Your order with status Processing will not get deleted until status change.", 'gdpr-framework') ?><br/>
     10        <?= __("Your order with status Completed will get anonymize.", 'gdpr-framework') ?><br/>
     11        <?= __("If you delete Completed order you can't apply for refund.", 'gdpr-framework') ?><br/>
     12    <?php } ?>
    713</p>
    814<br/>
     
    1319
    1420<div id="gdprmodal-window-id" style="display:none;">
    15     <center><form method="GET">
     21    <center>
     22    <form method="GET">
    1623        <p class="description">
    1724            <?= __('Delete all data we have gathered about you.', 'gdpr-framework') ?> <br/>
Note: See TracChangeset for help on using the changeset viewer.