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?
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_codewould 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?