'prismatic-blocks', 'style' => 'prismatic-blocks', 'render_callback' => 'prismatic_render_html')); } } function prismatic_render_html($attributes, $content) { return html_entity_decode($content); }