📅  最后修改于: 2022-03-11 14:51:47.082000             🧑  作者: Mango
function hook_uninstall() {
// Remove the styles directory and generated images.
file_unmanaged_delete_recursive(file_default_scheme() . '://styles');
}