Hi there,
I find the plugin useful. Do you still maintain it?
Best,
Sascha
Hi there,
I ran into a problem with the plugin, because I am setting the following wordpress constant and manage my plugins with composer:
// Disable plugin and theme updates and installation from the admin
Config::define(‘DISALLOW_FILE_MODS’, true);
So in settings.php instead this:
function admin_menu() {
if (! current_user_can('update_plugins'))
return;
Do this:
function admin_menu() {
if (! current_user_can('manage_options'))
return;
That would be great!
Thanks,
Sascha
I’ve noticed in the changelog, that content freeze now allows for freezing the whole network. How do I do that?
]]>I was trying to modify the message, how can I achieve this?
]]>