PHP 8.0.30
Preview: uninstall.php Size: 525 B
/home/certprox/template.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-06-15 03:29:31
Edit Download
assets DIR
- drwxr-xr-x 2026-06-14 00:13:59
Edit Download
includes DIR
- drwxr-xr-x 2026-06-15 03:29:41
Edit Download
languages DIR
- drwxr-xr-x 2026-06-14 00:13:59
Edit Download
modules DIR
- drwxr-xr-x 2026-06-15 03:30:04
Edit Download
4.66 KB lrw-r--r-- 2026-07-26 21:30:24
Edit Download
18.73 KB lrw-r--r-- 2026-06-13 17:12:53
Edit Download
5.82 KB lrw-r--r-- 2026-06-13 17:12:53
Edit Download
4.70 KB lrw-r--r-- 2026-06-13 17:12:54
Edit Download
525 B lrw-r--r-- 2026-06-13 17:12:54
Edit Download
1.86 KB lrw-r--r-- 2026-06-13 17:12:54
Edit Download

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