HEX
Server: Apache
System: Linux webd006.cluster128.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64
User: zwafgyp (177615)
PHP: 7.4.33
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/zwafgyp/coolswim/wp-content/plugins/kingcomposer/shortcodes/live_editor/kc_column_text.php
<#

var atts = ( data.atts !== undefined ) ? data.atts : {}, el_class = [];

el_class = kc.front.el_class( atts );
el_class.push( 'kc_text_block' );

if( atts['class'] !== undefined && atts['class'] !== '' )
	el_class.push( atts['class'] );

var content = top.switchEditors.wpautop(data._content);

if (content.indexOf('<p>') === -1)
	content = '<p>'+content+'</p>';
	
#>

<div class="{{el_class.join(' ')}}">{{{content}}}</div>