mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-18 05:53:23 +09:00
escape more things #WWGJD
This commit is contained in:
@@ -100,7 +100,7 @@ class Display_Featured_Image_Genesis_RSS {
|
||||
|
||||
// whew. build the image!
|
||||
$image = get_the_post_thumbnail( get_the_ID(), $size, array( 'align' => $align, 'style' => $style, 'class' => $class ) );
|
||||
$image = apply_filters( 'display_featured_image_genesis_modify_rss_image', $image );
|
||||
$image = apply_filters( 'display_featured_image_genesis_modify_rss_image', wp_kses_post( $image ) );
|
||||
|
||||
return $image . $content;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user