• Resolved sinirpl

    (@sinirpl)


    Hi there, thanks for great work!
    How I can change the name and id of existing consent? While id was generated script have removed non latin characters, I need to fix that and add mising charactes with similar, for example ? -> s
    I have tried doing it in database, but after saving it have removed that consent ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Fernando Claussen

    (@fclaussen)

    The ID’s handle some accents.
    Here’s the list of accents I currently look for.

    var from = "àá?aèé?êìí??òó??ùúü???·/_,:;";
    var to   = "aaaaeeeeiiiioooouuuunc------";

    Can you help make this more complete? I didn’t even know ? was a thing.

    Until then, editing directly in the database should work.

    Thread Starter sinirpl

    (@sinirpl)

    var from = “????ńó???”
    var to = “acelnoszz”

    What exactly should I edit in database? I have removed that consent and consents given by users after editing wp_options -> gdpr_consent_types
    fortunately on site backup ??

    Best Regards

    Plugin Author Fernando Claussen

    (@fclaussen)

    Oh. I’m glad you got it working.

    Thank you for contributing with this. I’ll make sure to include this in a future patch.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change name and id of existing consent’ is closed to new replies.