function disable_plugin_updates( $value ) {
   unset( $value->response['plugin-folder-name/plugin-index.php'] );
   return $value;
}
add_filter( 'site_transient_update_plugins', 'disable_plugin_updates' );

Leave a Reply

Your email address will not be published. Required fields are marked *