Check for Unmaintained Plugins
Created On
byRonald Huereca
You are here:
Easy Updates Manager, with this advanced option enabled, will alert you to any unmaintained plugins in the WordPress Plugin Directory.
By default, plugins are outdated if they haven’t been updated in a year. You can change the timeframe using the following filter:
eum_unmaintained_plugins_time
An example:
add_filter( 'eum_unmaintained_plugins_time', function( $time ) {
return '-6 months';
} );
-
- Exclude Users
- Force Updates
- Disable Admin Bar
- Reset Options
- Anonymize Updates (Premium)
- Automatic Update Scheduling (Premium)
- Delay Automatic Updates (Premium)
- Check Plugins (Premium)
- Export/Import Settings (Premium)
- Safe Mode (Premium)
- Webhook (Premium)
- White Label (Premium)
- Auto-Update Protection (Premium)
- Version Control Protection (Premium)
- Check for Unmaintained Plugins