AlkantarClanX12

Your IP : 3.137.175.80


Current Path : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/shortcodes/vc_shortcodes/
Upload File :
Current File : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/shortcodes/vc_shortcodes/vc_column.php

<?php
$return_html = $el_class = $width = '';
extract(shortcode_atts(array(
    'el_class' => '',
    'width' => '1/1',
    'css' => ''
), $atts));

$width = thegem_wpb_translateColumnWidthToSpan($width);

$return_html .= "\n\t".'<div class="'.$width.'">';
$return_html .= "\n\t\t".thegem_wpb_js_remove_wpautop($content);
$return_html .= "\n\t".'</div> ';