Suggestion and issues Easy Updates Manager 9.0.19
-
Hi,
I hope you are well and thank you very much for this essential, precious plugin!I start to use this plugin because I enabled by wp-config.php the auto update of plugins and themes but WordPress don’t let me block some specific plugin and theme update.
If the user as added in the wp-config.php the line to auto update plugins and theme will your plugin still work or it’s need to comment this line? I dont see any alert once activated your plugin but for security I commented the line I added in wp-config.php
add_filter( 'auto_update_plugin', '__return_true' );
add_filter( 'auto_update_theme', '__return_true' );
add_filter( 'allow_minor_auto_core_updates', '__return_true' ); // Enable minor updates
add_filter( 'allow_major_auto_core_updates', '__return_true' ); // Enable major updatesI blocked a single plugin update but when I open the WordPress plugin list I see updates are active for all plugins. I would suggest to implement a way bwhere the disabled plugin would appear also to have auto update disabled in the plugin page on top links. For WordPress that plugin still have active auto update when I expect to see one plugin auto update disabled.
- You must be logged in to reply to this topic.