File Manager Lite
Dir:
/home/atomylvb/jarangomd.com/wp-content/plugins/string-locator
Upload
[..]
build/
Rename
Del
includes/
Rename
Del
uninstall.php (317 B)
Edit
Rename
Del
views/
Rename
Del
Edit: uninstall.php
<?php //if uninstall not called from WordPress exit if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) { exit(); } global $wpdb; $options = $wpdb->get_results( "SELECT option_name FROM {$wpdb->options} WHERE option_name LIKE '%string-locator%'" ); foreach ( $options as $option ) { delete_option( $option->option_name ); }
Simpan