This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
/** | |
* Plugin Name: Disable Site Health | |
* Description: Disables WordPress Site Health notifications, dashboard widget and PHP update notice | |
* Version: 1.1.0 | |
* Author: Daniel M. Hendricks | |
* Author URI: https://daniel.hn/ | |
* Plugin URI: https://gist.github.com/dmhendricks/2d2c51da8a17d7a47b41bcfd26c3314d | |
*/ | |
namespace MU_Plugins; |