PHP 8.0.30
Preview: uninstall.php Size: 525 B
/home/certprox/test.certproxywizard.com/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( $wpdb->prepare(
		"DROP TABLE IF EXISTS %i",
		$wpdb->prefix . 'contact_form_7'
	) );

	return true;
}

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

Directory Contents

Dirs: 5 × Files: 6

Name Size Perms Modified Actions
admin DIR
- drwxr-xr-x 2026-03-13 02:36:14
Edit Download
assets DIR
- drwxr-xr-x 2026-03-09 18:24:51
Edit Download
includes DIR
- drwxr-xr-x 2026-03-13 02:36:23
Edit Download
languages DIR
- drwxr-xr-x 2026-03-09 18:24:51
Edit Download
modules DIR
- drwxr-xr-x 2026-03-13 02:36:57
Edit Download
7.14 KB lrw-r--r-- 2026-07-01 00:00:30
Edit Download
18.73 KB lrw-r--r-- 2026-03-09 18:24:51
Edit Download
5.82 KB lrw-r--r-- 2026-03-09 18:24:51
Edit Download
4.59 KB lrw-r--r-- 2026-03-09 18:24:51
Edit Download
525 B lrw-r--r-- 2026-03-09 18:24:51
Edit Download
1.86 KB lrw-r--r-- 2026-03-09 18:24:51
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).