mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-06-05 15:08:20 +09:00
Kses description content
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user