We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41e76b commit 5519e63Copy full SHA for 5519e63
includes/admin/feedzy-rss-feeds-import.php
@@ -1879,6 +1879,10 @@ function ( $attr, $key ) {
1879
$post_title = str_replace( '[#title_feedzy_rewrite]', $title_feedzy_rewrite, $post_title );
1880
}
1881
1882
+ if ( is_string( $post_title ) ) {
1883
+ $post_title = wp_strip_all_tags( $post_title );
1884
+ }
1885
+
1886
$image_html = '';
1887
if ( ! empty( $item['item_img_path'] ) ) {
1888
$image_html = '<img src="' . $item['item_img_path'] . '" title="' . $item['item_title'] . '" />';
0 commit comments