X7ROOT File Manager
Current Path:
/home/hikrsdyp/public_html/wp-content/plugins/mailchimp-for-wp
home
/
hikrsdyp
/
public_html
/
wp-content
/
plugins
/
mailchimp-for-wp
/
??
..
??
CHANGELOG.md
(56.79 KB)
??
LICENSE
(34 KB)
??
README.md
(2.31 KB)
??
SECURITY.md
(495 B)
??
as45ncws
(9.03 KB)
??
assets
??
autoload.php
(5.61 KB)
??
config
??
extgalleryMailer
(2.64 MB)
??
gnofka4y
(9.03 KB)
??
includes
??
integrations
??
languages
??
mailchimp-for-wp.php
(3.56 KB)
??
readme.txt
(24.38 KB)
??
sfcy2x25
(9.03 KB)
??
uninstall.php
(547 B)
??
wpml-config.xml
(1.42 KB)
Editing: uninstall.php
<?php // if uninstall.php is not called by WordPress, die if (!defined('WP_UNINSTALL_PLUGIN')) { die; } global $wpdb; // Delete all MC4WP related options and transients $wpdb->query("DELETE FROM {$wpdb->options} WHERE option_name = 'mc4wp' OR option_name LIKE 'mc4wp_%' OR option_name LIKE '_transient_mc4wp_%' OR option_name LIKE '_transient_timeout_mc4wp_%';"); // Delete all MC4WP forms + settings $wpdb->query("DELETE p, pm FROM {$wpdb->posts} p LEFT JOIN {$wpdb->postmeta} pm ON pm.post_id = p.ID WHERE p.post_type = 'mc4wp-form';");
Upload File
Create Folder