Created
March 15, 2022 21:56
-
-
Save lgobatto/507bee226a617d0a41e259a2ede48bee to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function midiamax_allow_iframe($initArray) { | |
$initArray['extended_valid_elements'] = "iframe[id|class|title|style|align|frameborder|height|longdesc|marginheight|marginwidth|name|scrolling|src|width]"; | |
return $initArray; | |
} | |
add_filter('tiny_mce_before_init', 'midiamax_allow_iframe'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment