mirror of
https://github.com/10h30/display-featured-image-genesis.git
synced 2026-07-19 06:23:22 +09:00
escape more things #WWGJD
This commit is contained in:
@@ -250,7 +250,7 @@ class Display_Featured_Image_Genesis_Output {
|
||||
esc_attr( $item->title )
|
||||
);
|
||||
|
||||
echo apply_filters( 'display_featured_image_genesis_large_image_output', $image );
|
||||
echo apply_filters( 'display_featured_image_genesis_large_image_output', wp_kses_post( $image ) );
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user