. * */ require dirname(__FILE__) . "/../../../../../../wp-blog-header.php"; if (!current_user_can(9)) { echo "NOT AUTHORIZED"; exit(); } if (isset($_POST["tubepress_init_db"])) { $ioc = new org_tubepress_ioc_DefaultIocService(); $wpsm = $ioc->get(org_tubepress_ioc_IocService::STORAGE); $wpsm->nuclear(); echo "OPTIONS INITIALIZED!

"; } ?> This will clear out your TubePress options and reset them to default values. Your other WordPress options will be safe.