Files
Auto_Logout_Extended/uninstall.php
T
2021-06-29 15:49:09 +09:00

9 lines
183 B
PHP

<?php
// WP_UNINSTALL_PLUGINが定義されているかチェック
if ( ! defined( 'WP_UNINSTALL_PLUGIN' ) ) {
die;
}
// オプション設定の削除
delete_option( '_al_ext' );