{ "error_code": "500", "data": { "zhuang_tai": "token_no", "times": "1782837027" } }
<?php
$args = array(
"columns" => "four_columns"
);
$html = "";
extract(shortcode_atts($args, $atts));
$html = '<div class="qode_pricing_tables clearfix '.$columns.'">';
$html .= do_shortcode($content);
$html .= '</div>';
echo $html;