Exclude users from Easy Updates Manager’s settings. Let’s see an example. Say you run a client site and you have Easy Updates Manager configured just the way you like it.
You can exclude users from seeing the interface:
If we switch Pauli to exclude, this is what she’ll see when logged in:
Alternatively, you can set a define
in your wp-config.php
called MPSUM_DISABLE_ADMIN
. Heres’ an example:
defined( 'MPSUM_DISABLE_ADMIN', true );