File manager - Edit - /home/adiance/public_html/wp-content/plugins/string-locator/uninstall.php
Back
<?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 ); }
| ver. 1.4 |
Github
|
.
| PHP 7.3.33 | Generation time: 0.08 |
proxy
|
phpinfo
|
Settings