key_name ] = array(); foreach ( $sidebars as $sb_id ) { if ( isset( $data[ $this->key_name ] ) ) { foreach ( $data[ $this->key_name ] as $sb_id => $value ) { if ( ! isset( $options[ $this->key_name ] ) ) { $options[ $this->key_name ] = array(); } foreach ( $value as $lang ) { $options[ $this->key_name ][ $lang ][ $sb_id ] = $id; } } } } return $options; } };