SILENT KILLERPanel

Current Path: > home > transcarter > > www > > wp-content > plugins > contact-form-7 > >


Operation   : Linux host59.registrar-servers.com 4.18.0-513.18.1.lve.2.el8.x86_64 #1 SMP Sat Mar 30 15:36:11 UTC 2024 x86_64
Software     : Apache
Server IP    : 198.54.126.42 | Your IP: 216.73.216.135
Domains      : 1034 Domain(s)
Permission   : [ 0755 ]

Files and Folders in: /home/transcarter//www//wp-content/plugins/contact-form-7//

NameTypeSizeLast ModifiedActions
admin Directory - -
assets Directory - -
includes Directory - -
languages Directory - -
modules Directory - -
license.txt File 19512 bytes January 21 2025 20:36:08.
load.php File 5860 bytes January 21 2025 20:36:08.
readme.txt File 4498 bytes January 21 2025 20:36:08.
uninstall-query.php File 26990 bytes January 21 2025 20:36:08.
uninstall.php File 518 bytes January 21 2025 20:36:08.
wp-contact-form-7.php File 1896 bytes January 21 2025 20:36:08.

Reading File: /home/transcarter//www//wp-content/plugins/contact-form-7///uninstall.php

<?php

if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	exit();
}

function wpcf7_delete_plugin() {
	global $wpdb;

	delete_option( 'wpcf7' );

	$posts = get_posts(
		array(
			'numberposts' => -1,
			'post_type' => 'wpcf7_contact_form',
			'post_status' => 'any',
		)
	);

	foreach ( $posts as $post ) {
		wp_delete_post( $post->ID, true );
	}

	$wpdb->query( sprintf(
		"DROP TABLE IF EXISTS %s",
		$wpdb->prefix . 'contact_form_7'
	) );

	return true;
}

if ( ! defined( 'WPCF7_VERSION' ) ) {
	wpcf7_delete_plugin();
}

SILENT KILLER Tool