Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
wp-content
/
plugins
/
updraftplus
/
templates
/
wp-admin
/
advanced
:
updraftcentral.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php if (!defined('UPDRAFTPLUS_DIR')) die('No direct access allowed'); global $updraftcentral_host_plugin; if ($updraftcentral_host_plugin && 'updraftplus' !== $updraftcentral_host_plugin->get_plugin_name()) { $updraftcentral_host_plugin->debugtools_dashboard(); } else { do_action('updraftplus_debugtools_dashboard'); }