Changeset 1447688
- Timestamp:
- 07/02/2016 09:34:57 AM (10 years ago)
- File:
-
- 1 edited
-
wa-qr-code-generator/trunk/README.md (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wa-qr-code-generator/trunk/README.md
r1447687 r1447688 28 28 29 29 size = Size is given for the size of QR Code it should be in Pixel 30 30 31 alt = tool tip on Generated QR code => Default Value "Scan the QR Code" 32 31 33 Classname = it will user defined class to Captcha for better css controll 34 32 35 Shadow = true 33 36 … … 36 39 Place below function in your theme file where you want to display QR code. 37 40 38 <?php echo qrcode_xi_shortcode(array('content'=>'your custom content','size'=>75)) ?> 41 <?php 42 echo qrcode_xi_shortcode(array('content'=>'your custom content','size'=>75)) 43 ?> 39 44 40 45 OR
Note: See TracChangeset
for help on using the changeset viewer.