Kses description content

This commit is contained in:
Robin Cornett
2019-06-21 09:08:46 -04:00
parent f6e9e8567d
commit e8dd6109a8
@@ -277,6 +277,7 @@ class Display_Featured_Image_Genesis_Description {
global $wp_embed;
$original = $content;
$content = trim( $content );
$content = wp_kses_post( $content );
$content = wptexturize( $content );
$content = wpautop( $content );
$content = shortcode_unautop( $content );