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.
2 parents 4a46f97 + 2ccb7f4 commit 9df221aCopy full SHA for 9df221a
includes/admin/feedzy-rss-feeds-import.php
@@ -1630,7 +1630,7 @@ function ( $attr, $key ) {
1630
$post_date = str_replace( '[#post_date]', $now, $post_date );
1631
1632
if ( ! defined( 'FEEDZY_ALLOW_UNSAFE_HTML' ) || ! FEEDZY_ALLOW_UNSAFE_HTML ) {
1633
- $post_content = wp_kses( $post_content, apply_filters( 'feedzy_wp_kses_allowed_html', array() ) );
+ $post_content = wp_kses_post( $post_content );
1634
1635
if ( ! function_exists( 'use_block_editor_for_post_type' ) ) {
1636
require_once ABSPATH . 'wp-admin/includes/post.php';
0 commit comments