HEX
Server: Apache
System: Linux server.forfound.com 5.14.0-611.54.6.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Fri May 15 04:23:18 EDT 2026 x86_64
User: planetnewspro23 (1019)
PHP: 8.5.7
Disabled: NONE
Upload Files
File: /home/planetnewspro23/public_html/wp-content/plugins/http-headers/uninstall.php
<?php
// If uninstall is not called from WordPress, exit
if ( !defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

$options = include dirname(__FILE__) . '/views/includes/options.inc.php';

foreach ($options as $option)
{
	delete_option( $option[0] );
}