AlkantarClanX12
Current Path : /home/thanudqk/www/wp-content/plugins/thegem-elements/inc/shortcodes/vc_shortcodes/ |
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> ';