Добрый день,
На сайте отключены обновления при помощи добавления дочернюю тему тему
add_filter( 'automatic_updater_disabled', '__return_true' );
remove_action( 'load-update-core.php', 'wp_update_plugins' );
add_filter( 'pre_site_transient_update_plugins', function($a){ return null;} );
add_filter( 'auto_update_core', '__return_false' );
add_filter( 'auto_update_theme', '__return_false' );
add_filter( 'auto_update_plugin', '__return_false' );
add_filter( 'auto_update_translation', '__return_false');
В консоли Wordpress и в cPanel тоже все автоматические обновления плагинов отображаются выключенными.
Тем не менее, плагин Dokan-lite по какой-то причине обновляется. В чем может быть проблема? Возможно ли принудительно запретить обновления конкретного плагина?