Skip to content

Instantly share code, notes, and snippets.

@lgobatto
Created March 15, 2022 21:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgobatto/507bee226a617d0a41e259a2ede48bee to your computer and use it in GitHub Desktop.
Save lgobatto/507bee226a617d0a41e259a2ede48bee to your computer and use it in GitHub Desktop.
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