Viewing 4 replies - 1 through 4 (of 4 total)
  • I’m with the same problem, but without success!

    Try putting this in your theme functions.php

    function remove_types_metabox() {
    remove_meta_box('wpcf-group-postmeta-fields-can-unfiltered-html', post, 'normal');
    }
    add_action('add_meta_boxes', 'remove_types_metabox', 999);

    Seems version 1.7.11 (launched today) fixed that. Please check ??

    I’ve updated the plugin today and the meta box disappeared.

    Thread Starter jahrard

    (@jahrard)

    Yes it seems that version 1.7.11 fixed the problem ??
    Great !!
    TYhanks Vaprak for the tips

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘UNFILTERED HTML HIDE BLOCK’ is closed to new replies.