PATH:
home
/
letacommog
/
rachat-or-bourgenbresse
/
wp-content
/
plugins
/
enable-jquery-migrate-helper
<?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_deprecations_dismissed_notice' ); delete_option( '_jquery_migrate_previous_deprecations_dismissed_notice' );
[+]
..
[-] .htaccess
[edit]
[-] enable-jquery-migrate-helper.php
[edit]
[-] class-jquery-migrate-helper.php
[edit]
[-] LICENSE
[edit]
[-] readme.txt
[edit]
[-] uninstall.php
[edit]
[+]
js