如果将vc\\u map参数作为param\\u name=“content”传递,则不会剥离html。问题是你只能放一个内容。
array(
\'type\' => \'textarea\',
\'heading\' => esc_html__( \'Texto\', \'bauhaus\' ),
\'param_name\' => \'content\',
\'holder\' => \'div\'
),
add_shortcode( \'custom_bloque_informativo\', \'custom_bloque_informativo_func\' );
function custom_bloque_informativo_func( $atts, $content ) {
ob_start();
}