・WordPress6.9動作確認
・PHP8.3対応修正
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user