Current Path: > home > ivftiowh > > > greeceivf.com > wp-content > plugins > welcome-to-wordpress >
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 |
---|---|---|---|---|
resources | Directory | - | - | |
uninstall.php | File | 971 bytes | May 11 2016 14:01:14. | |
welcome-to-wordpress.php | File | 33842 bytes | May 11 2016 14:01:14. | |
welcome-to-wordpress.pot | File | 4824 bytes | May 11 2016 14:01:14. |
<?php /** * Copyright 2012 Go Daddy Operating Company, LLC. All Rights Reserved. */ if( !defined( 'ABSPATH' ) && !defined( 'WP_UNINSTALL_PLUGIN' ) ) exit(); // Remove options delete_option( 'wtwp_show_help' ); delete_option( 'wtwp_version' ); delete_option( 'wtwp_use_object_cache' ); delete_option( 'wtwp_use_caching_rules' ); delete_option( 'wtwp_use_hardening_rules' ); delete_option( 'wtwp_options' ); // Remove dismissed pointer $user_ids = $GLOBALS['wpdb']->get_results("SELECT user_id from {$GLOBALS['wpdb']->usermeta} WHERE meta_key LIKE 'dismissed_wp_pointers' AND meta_value LIKE '%wtwp-intro-pointer%'"); foreach ( (array) $user_ids as $user_id ) { $dismissed = explode( ',', (string) get_user_meta( $user_id, 'dismissed_wp_pointers', true ) ); $idx = array_search( 'wtwp-intro-pointer', $dismissed, true ); unset( $dismissed[$idx] ); update_user_meta( $user_id, 'dismissed_wp_pointers', implode( ',', $dismissed ) ); }
SILENT KILLER Tool