This commit is contained in:
Filip Penkava
2017-04-21 09:57:31 +02:00
parent 86bd71f836
commit ebf9905b8c

View File

@@ -158,6 +158,7 @@ function savePicture($localPath, $postId, $oldSrc, $associations) {
function custom_wpkses_post_tags($tags, $context) { function custom_wpkses_post_tags($tags, $context) {
if ('post' === $context) { if ('post' === $context) {
$tags['iframe'] = array( $tags['iframe'] = array(
'style' => true,
'src' => true, 'src' => true,
'height' => true, 'height' => true,
'width' => true, 'width' => true,