- This topic has 0 replies, 1 voice, and was last updated 3 years ago by .
Author
HI
I tried both in php test and shortcode. Does not show. php version is 6.3.1. Is this supported? When i look at developer tools console i see this:
Uncaught TypeError: Cannot read properties of null (reading ‘getAttribute’)
at e (kjua.min.js?ver=4.0:2:23150)
at t.exports (kjua.min.js?ver=4.0:2:28687)
at n (kjua.min.js?ver=4.0:2:503)
at HTMLDocument.<anonymous> ((index):193:56)
js code when i click on console:
function(t, r) {
function e(t, r) {
return t.getAttribute(r)
}
i’m trying simple php code:
echo sqr_qrcode( ‘geo’,
array(
‘latitude’ => 48.840334, ‘longitude’ => 2.345172),
1);
- You must be logged in to reply to this topic.
