plugin updates

This commit is contained in:
Tony Volpe
2024-03-01 15:36:30 +00:00
parent ac0ffd7543
commit ed1533dc69
223 changed files with 7575 additions and 2953 deletions

View File

@@ -165,7 +165,7 @@ if ( ! class_exists( 'BSF_AIOSRS_Pro_Schema_Template' ) ) {
}
if ( is_array( $value ) ) {
foreach ( $value as $val ) {
if( is_array( $val ) ) {
if ( is_array( $val ) ) {
$selected[] = $val['value'];
} else {
$selected[] = $val;