HEX
Server: Apache/2.4.34 (Red Hat) OpenSSL/1.0.2k-fips
System: Linux WORDPRESS 3.10.0-1160.118.1.el7.x86_64 #1 SMP Thu Apr 4 03:33:23 EDT 2024 x86_64
User: digital (1020)
PHP: 7.2.24
Disabled: NONE
Upload Files
File: /datos/www/expodubai.colombia.co/wp-content/plugins/enable-jquery-migrate-helper/uninstall.php
<?php
/**
 * jQuery_Migrate_Helper uninstall methods
 */

// if uninstall.php is not called by WordPress, die
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
	die;
}

delete_option( 'jqmh_logs' );
delete_option( 'jqmh_last_log_time' );
delete_option( '_jquery_migrate_dismissed_notice' );
delete_option( '_jquery_migrate_downgrade_version' );
delete_option( '_jquery_migrate_modern_deprecations' );
delete_option( '_jquery_migrate_public_deprecation_logging' );
delete_option( '_jquery_migrate_deprecations_dismissed_notice' );
delete_option( '_jquery_migrate_previous_deprecations_dismissed_notice' );
delete_option( '_jquery_migrate_has_auto_downgraded' );

if ( wp_next_scheduled( 'enable_jquery_migrate_helper_notification' ) ) {
	wp_clear_scheduled_hook( 'enable_jquery_migrate_helper_notification' );
}