getShortcode(), $atts ); extract( shortcode_atts( array( 'id' => '', ) , $atts) ); $id = apply_filters( 'wpml_object_id', $id, 'post' ); // WPML compatibility $content = get_post_field( 'post_content', $id ); //echo wpb_js_remove_wpautop( $content );