BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
www
/
CTR
/
wp-content
/
plugins
/
visual-composer-kit
/
templates
/
shortcodes
📤 Upload
📝 New File
📁 New Folder
Close
Editing: vckit_qr_code.php
<?php if ( ! defined( 'ABSPATH' ) ) { die( '-1' ); } $atts = vc_map_get_attributes( $this->getShortcode(), $atts ); extract( $atts ); // @codingStandardsIgnoreLine $el_class = $this->getExtraClass( $el_class ); ?> <div class="vckit-qr-code" id="qrcode-<?php echo esc_attr( rand() ) ?>" data-text="<?php echo esc_attr( $atts['text'] ); ?>" data-width="<?php echo esc_attr( $atts['width'] ); ?>" data-height="<?php echo esc_attr( $atts['height'] ); ?>" data-bgcolor="<?php echo esc_attr( $atts['bgcolor'] ); ?>" data-datacolor="<?php echo esc_attr( $atts['datacolor'] ); ?>"> </div>
Save
Cancel