Conversation
supportHi, 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 updates I 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 should not be adding filters to your wp-config. This is not recommended so I would remove this. You have a valid point about the plugins not showing as “Disabled” on the “Installed Plugins” page. I will pass this onto our development team
Thank you! 😁
You should not be adding filters to your wp-config. This is not recommended so I would remove this. You have a valid point about the plugins not showing as “Disabled” on the “Installed Plugins” page. I will pass this onto our development team
Thank you! 😁