$custom_waring_message=t('CAUTION. This will permanently delete this piece of content; this action cannot be undone. If anything references this content, it may cause visual or structural issues on that page. Make sure you have removed or updated all references before deleting.');
// Use custom warning message for deleting nodes, terms and medias.
// The user has 'delete any' and 'delete own' permissions.
if($key=='ct_names'){
if(($form_id=='node_'.$name.'_delete_form')&&
($user->hasPermission('delete any '.$name.' content')||
$user->hasPermission('delete own '.$name.' content'))){