• I updated my Types plugin today and now I can no longer add iframes to the single line, multiple lines and WYSIWYG fields. I see the latest release of Types made some adjustments based on WP security. Did this recent update to Types remove iframe support? Thanks.

    https://wordpress.org/plugins/types/

Viewing 1 replies (of 1 total)
  • Now the plugin runs wp_filter_post_kses() on the meta values.

    For now I’ve disabled the filtering completely but in the future I hope they will base the filtering based on the permission the user have.
    I.E users who have Administrator previleges should be able to use any tag inside in the meta values (including iframe, script and style).

    Here is the fixed file: /types/embedded/classes/loader.php

    http://pastebin.com/fpVaZ1pa

Viewing 1 replies (of 1 total)

The topic ‘Version 1.7.8 and iframes’ is closed to new replies.