From f97218c9b24eb5f9cacd73f780f2783c909d8627 Mon Sep 17 00:00:00 2001 From: kurudrive Date: Tue, 19 Nov 2024 22:05:37 +0900 Subject: [PATCH] =?UTF-8?q?ctype=5Fdigit=20=E3=81=AE=E3=82=A8=E3=83=A9?= =?UTF-8?q?=E3=83=BC=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions.php b/functions.php index 70f6df9..d52a299 100644 --- a/functions.php +++ b/functions.php @@ -774,7 +774,7 @@ function biz_vektor_set_localize_script() { ); global $biz_vektor_options; - if ( isset( $biz_vektor_options['slider_slidespeed'] ) && ctype_digit( $biz_vektor_options['slider_slidespeed'] ) ) { + if ( isset( $biz_vektor_options['slider_slidespeed'] ) && ctype_digit( (string) $biz_vektor_options['slider_slidespeed'] ) ) { $flexslider['slideshowSpeed'] = $biz_vektor_options['slider_slidespeed']; } if ( isset( $biz_vektor_options['slider_animation'] ) && $biz_vektor_options['slider_animation'] ) {