Support

Account

Home Forums Backend Issues (wp-admin) remove_meta_box not working for 'normal' Reply To: remove_meta_box not working for 'normal'

  • Currently, like this:

    add_action('admin_menu', 'remove_menus', 99);
    function remove_menus() {
    remove_meta_box('acf-group_56fe3f88b745d', 'post', 'normal');
    }

    I also played with the priority, but that didn’t help.