add_filter( 'wp_kses_allowed_html', 'allow_canva_iframes', 10, 2 ); function allow_canva_iframes( $allowed_tags, $context ) { if ( 'post' === $context ) { $allowed_tags['iframe'] = array( 'src' => true, 'width' => true, 'height' => true, 'frameborder' => true, 'allowfullscreen' => true, 'allow' => true, ); } return $allowed_tags; }
TERMS OF USE AND   PRIVACY POLICY
This is a Wordpress Blog using a StudioPress Child Theme   Hosting provided by BlueHost