HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/biblioteka/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' );
}