• Resolved hdawc

    (@hdawc)


    Hi,

    Is there a way to force dark mode (on multisite)?

    I’d like all users to use it by default as I’m disabling admin_color_scheme

    Thank you.

Viewing 1 replies (of 1 total)
  • Thread Starter hdawc

    (@hdawc)

    For now, I just changed:

    return apply_filters( 'not_using_dark_mode', false, $user_id );
    to
    return apply_filters( 'not_using_dark_mode', true, $user_id );

    on line 86 of class-dark-mode.php

    Later I’ll have to add something more permanent, as this will obviously change with updates.

    If anyone has a solution I’d appreciate it.

Viewing 1 replies (of 1 total)
  • The topic ‘Force Dark Mode’ is closed to new replies.