As per the title, this plugin no loner works.
Ah the joys of wordpress plugins and the work they create.
https://www.ads-software.com/plugins/dashboard-maintenance-mode/
]]>To solve this issue I’ve replaced
if ( is_admin() ) {
wp_enqueue_script('javascript', get_bloginfo('url').'/wp-content/plugins/dashboard-maintenance-mode/script.js');
}
with
function enqueue_scripts()
{
if ( is_admin() ) {
wp_enqueue_script('javascript', get_bloginfo('url').'/wp-content/plugins/dashboard-maintenance-mode/script.js');
}
}
add_action('admin_enqueue_scripts', 'enqueue_scripts');
https://www.ads-software.com/plugins/dashboard-maintenance-mode/
]]>This is ridiculous and had frozen my business. There should be someway to automatically turn this thing off. Am I stuck now? Yes. Is there a solution? Anyone?
https://www.ads-software.com/extend/plugins/dashboard-maintenance-mode/
]]>Hi,
I’m stuck in maintenance mode. I’ve deleted the plugin using FTP and I still can’t get out of it, which I don’t uderstand. Can you offer some help? Is there a database setting that I can alter? I can’t find any options in the wordpress database. I’m just really confused, why can’t I even get logged in if I’ve deleted the plugin at the root?
URL: https://www.thebutterflyandthepig.com/
https://www.ads-software.com/extend/plugins/dashboard-maintenance-mode/
]]>