• I appreciate fast installation and configuration.
    I’ve set only a few options in my functions.php:

    if(is_admin()) {
    if (class_exists(‘\GlobalMetaBoxOrder\Config’)) {
    \GlobalMetaBoxOrder\Config::$remove_screen_options = true;
    \GlobalMetaBoxOrder\Config::$lock_meta_box_order = true;
    }
    }

    In this configuration, it works fine.

  • The topic ‘Nice & easy’ is closed to new replies.