• Resolved emiliengerbois

    (@emiliengerbois)


    Hello and thank you for this plugins which works great!

    I’d have a specific use of it if it was possible: I’d need to make it create a QRCode based on a shortcode which returns a text… could you tell me how I could do this?

    I’m not a dev but if you’d be nice enough to tell me what to add I could customize the plugin’s code…

    Thank you so much in advance, have a great day,

    Emilien

    https://www.ads-software.com/plugins/simple-qrcode/

Viewing 1 replies (of 1 total)
  • Plugin Author Bainternet

    (@bainternet)

    Open the plugin file and change line 71 from

    $content = urlencode($content);

    to

    $content = urlencode(do_shortcode($content));

    this should do the trick.

Viewing 1 replies (of 1 total)
  • The topic ‘How to make it work with a shortcode inside?’ is closed to new replies.