:

:

detect_safe_mode()) { echo "

".__("Your web server has PHP's so-called safe_mode active.", 'updraftplus').' '.__('This makes time-outs much more likely. You are recommended to turn safe_mode off, or to restore only one entity at a time', 'updraftplus').' '.__('or to restore manually', 'updraftplus').'.


'; } $backupable_entities = $updraftplus->get_backupable_file_entities(true, true); foreach ($backupable_entities as $type => $info) { if (!isset($info['restorable']) || true == $info['restorable']) { echo '

'; do_action("updraftplus_restore_form_$type"); echo '
'; } else { $sdescrip = isset($info['shortdescription']) ? $info['shortdescription'] : $info['description']; echo "
".htmlspecialchars(sprintf(__('The following entity cannot be restored automatically: "%s".', 'updraftplus'), $sdescrip))." ".__('You will need to restore it manually.', 'updraftplus')."
".''; echo '
'; } } ?>

" target="_blank">