・WordPress6.9動作確認

・PHP8.3対応修正
This commit is contained in:
2025-12-16 20:13:03 +09:00
parent 8cca88c96f
commit 2f1f6b4ec8
3 changed files with 11 additions and 7 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ Plugin URI: https://develop.n-k-y.net/wordpress/wp_plugin/auto-logout-extended
Author: NBK45
Author URI: https://develop.n-k-y.net
Description: Auto Logout Extended は自動ログアウトとログイン状態保存を拡張するプラグインです。一定時間無操作のときに自動でログアウトする設定と(ログアウトせず)ブラウザ終了した場合のログイン状態の保存期間の設定が可能です。
Version: 1.1.5
Version: 1.1.
License: GPLv2
*/
@@ -34,6 +34,6 @@ add_action( 'admin_enqueue_scripts', function () {
new AL_EXT_SETTING;
if ( strpos( filter_input( INPUT_GET, 'page', FILTER_SANITIZE_STRING ), al_ext_config::PLUGIN_NAME ) === false ) {
if ( ! str_contains( filter_input( INPUT_GET, 'page', FILTER_DEFAULT ) ?? '', al_ext_config::PLUGIN_NAME ) ) {
new AL_EXT;
}