Good but needs updating
-
Downloaded to create a dynamic QR code on specific pages but this plugin returns post pages by default which does not work with BuddyPress.
To fix this, I’ve replaced the following code at line 91 in dynamic_qr_code_generator.php
$url= get_permalink();
with
$url= $current_url="https://".$_SERVER['HTTP_HOST'].$_SERVER['REQUEST_URI'];
at time of writing, this is returning a working QR code for the page URL ??
Aside from that, perfect plugin! Big ups to the developer for their work!
- The topic ‘Good but needs updating’ is closed to new replies.