・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
+1 -1
View File
@@ -27,7 +27,7 @@ if ( ! class_exists( 'AL_EXT_SETTING' ) ) {
}
public function show_option_page() {
$update_option = filter_input( INPUT_POST, '_al_ext', FILTER_SANITIZE_STRING, FILTER_REQUIRE_ARRAY );
$update_option = filter_input( INPUT_POST, '_al_ext', FILTER_DEFAULT);
if ( ! empty( $update_option ) ) {
check_admin_referer( 'al_ext_options', '_al_ext_nonce' );
update_option( '_al_ext', $update_option );