Your site may have problems auto-updating plugins and themes
-
When I disable all updates using Easy Updates Manager, it triggers a Site Health Nag: Your site may have problems auto-updating plugins and themes
I used the following code in functions.php and it no longer works:
add_filter(‘site_status_tests’, function (array $test_type) {
unset($test_type[‘async’][‘background_updates’]); // remove warning about Automatic background updatesreturn $test_type;
}, 10, 1);
Is there a better php code snippet that would work?
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.