D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
contact-form-7
/
Filename :
uninstall.php
back
Copy
<?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' ) ); } if ( ! defined( 'WPCF7_VERSION' ) ) { wpcf7_delete_plugin(); }
Name
Size
Last Modified
Owner
Permissions
Actions
admin
Dir
February 03 2024 2:08:22
ltfsolutionsco
0755
assets
Dir
February 03 2024 2:08:22
ltfsolutionsco
0755
includes
Dir
February 03 2024 2:08:23
ltfsolutionsco
0755
languages
Dir
February 03 2024 2:08:23
ltfsolutionsco
0755
modules
Dir
February 03 2024 2:08:23
ltfsolutionsco
0755
license.txt
18.698
KB
February 03 2024 2:08:23
ltfsolutionsco
0644
load.php
5.666
KB
February 03 2024 2:08:23
ltfsolutionsco
0644
readme.txt
5.355
KB
February 03 2024 2:08:23
ltfsolutionsco
0644
uninstall.php
0.491
KB
February 03 2024 2:08:23
ltfsolutionsco
0644
wp-contact-form-7.php
1.852
KB
February 03 2024 2:08:23
ltfsolutionsco
0644
2017 © D7net | D704T team