Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Contributor peterdog

    (@peterdog)

    It works on my sites on 4.4.2… can you try again? That text is coded into the plugin but I don’t exactly recall in which function for why. I can check this weekend. Please try to re-activate and report back and I’ll do my look-see this weekend.

    Thread Starter raskull

    (@raskull)

    You know… I am working on a multisite install. I just tested it on a regular install and it seems to work. So I guess it is a multisite issue.

    (I did try activating it both network wide and solo on multisite.)

    Plugin Contributor peterdog

    (@peterdog)

    Thanks for the information.

    louddrums

    (@louddrums)

    Just installed in multisite environment and it does not work.

    Great plugin BTW. I hope the multisite gets resolved soon as that’s in my main site.

    John

    I can confirm this isn’t working on Multisite. It doesn’t remove the Appearance > Customize submenu item.

    You can put this in your theme(s) tho:

    function disable_the_customizer () {
        global $submenu;
        unset($submenu['themes.php'][6]);
    }
    add_action('admin_menu', 'disable_the_customizer');

    A little more digging show that this does work for Multisite. It just doesn’t work for Superadmins.

    It doesn’t work to me. WP 4.6.1

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Hm… does this plugin work with 4.4.2?’ is closed to new replies.