Plugin Directory

Changeset 1447688


Ignore:
Timestamp:
07/02/2016 09:34:57 AM (10 years ago)
Author:
vkt005
Message:

Description Change

File:
1 edited

Legend:

Unmodified
Added
Removed
  • wa-qr-code-generator/trunk/README.md

    r1447687 r1447688  
    2828
    2929size = Size is given for the size of QR Code it should be in Pixel
     30
    3031alt = tool tip on Generated QR code => Default Value "Scan the QR Code"
     32
    3133Classname = it will user defined class to Captcha for better css controll
     34
    3235Shadow = true
    3336
     
    3639Place below function in your theme file where you want to display QR code.
    3740
    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?>
    3944
    4045OR
Note: See TracChangeset for help on using the changeset viewer.