Ratings Nag

By default, Easy Updates Manager Free asks you to rate the plugin in the General Section. You can disable this in your `wp-config.php` file by adding the following: define( ‘EUM_ENABLE_RATINGS_NAG’, false );

Disable WordPress Version in Footer

By default, WordPress shows its version in the footer. To disable this, add the following constant to your `wp-config.php` file. define( 'EUM_ENABLE_WORDPRESS_FOOTER_VERSION', false...

Browser Nag

If you are using an older browser, you will receive a browser nag in the WordPress dashboard. In Easy Updates Manager 9.0.0, these were moved to constants in order to clean up the interface. Place the following in your `wp-config.php` file. define(...