HEX
Server: LiteSpeed
System: Linux standart108 4.18.0-553.121.1.lve.el8.x86_64 #1 SMP Thu Apr 30 16:40:41 UTC 2026 x86_64
User: pplae2ji7 (11089)
PHP: 8.3.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/plasmak.com.tr/httpdocs/wp-content/plugins/kingcomposer/shortcodes/kc_nested.php
<?php

$classes = apply_filters( 'kc-el-class', $atts );
// This is for adding master class, so the css system can be worked with this element

$output = '<div class="'.implode(' ', $classes).'">';
$output .= do_shortcode( str_replace('kc_nested#', 'kc_nested', $content ) );
// This to process its self nested
$output .= '</div>';
 
echo $output;
 
?>