plugin updates
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user