You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm evaluating this plugin for use in my client's projects. Unfortunately, generating QR codes using googleapis is a hard no-go for them. Having a filter hook in get_google_qr_code would allow me to use a local QR generator instead.
Adding a filter hook in that function should be pretty straightforward, and I don't think it would introduce any other issues?