Current Path: > home > ivftiowh > greeceivf.com > wp-content > plugins > quick-setup > quick-setup
Operation : Linux premium88.web-hosting.com 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 Software : Apache Server IP : 185.61.154.216 | Your IP: 216.73.216.44 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
classes | Directory | - | - | |
css | Directory | - | - | |
images | Directory | - | - | |
js | Directory | - | - | |
lang | Directory | - | - | |
modules | Directory | - | - | |
resources | Directory | - | - | |
index.php | File | 144 bytes | May 11 2016 14:01:15. | |
quick-setup.php | File | 23212 bytes | May 11 2016 14:01:15. | |
quick-setup.pot | File | 7741 bytes | May 11 2016 14:01:15. | |
uninstall.php | File | 1138 bytes | May 11 2016 14:01:16. |
<?php /** * Copyright 2013 Go Daddy Operating Company, LLC. All Rights Reserved. */ // Make sure it's wordpress if ( !defined( 'ABSPATH' ) && !defined( 'WP_UNINSTALL_PLUGIN' ) ) die( 'Forbidden' ); // Delete the options we created delete_option( 'gd_quicksetup_version' ); delete_option( 'gd_quicksetup_wizard_complete' ); delete_option( 'gd_quicksetup_last_post' ); delete_transient( 'gd_quicksetup_doing_done_install' ); delete_transient( 'gd_quicksetup_last_api_response' ); // Remove dismissed pointers from usermeta $user_ids = $GLOBALS['wpdb']->get_results( "SELECT user_id from {$GLOBALS['wpdb']->usermeta} WHERE meta_key LIKE 'dismissed_wp_pointers' AND meta_value LIKE '%gd-quicksetup%'" ); foreach ( (array) $user_ids as $user_id ) { $dismissed = explode( ',', (string) get_user_meta( $user_id, 'dismissed_wp_pointers', true ) ); $idx = array_search( 'gd-quicksetup-start-wizard', $dismissed, true ); unset( $dismissed[$idx] ); $idx = array_search( 'gd-quicksetup-wizard-complete', $dismissed, true ); unset( $dismissed[$idx] ); update_user_meta( $user_id, 'dismissed_wp_pointers', implode( ',', $dismissed ) ); }
SILENT KILLER Tool