Disable custom image size creation for plugins

add_action('init', 'remove_plugin_image_sizes');

function remove_plugin_image_sizes() {
    remove_image_size('featured_large');
}

The code needs to be added to the file functions.php

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)