Thread Starter
kamal5
(@kamal5)
hey guys thanks for feed back .. i had solved ..
Thread Starter
kamal5
(@kamal5)
i have $list[ $key ] = $value[ $field ]; remove of this line of 3511 after removed this showing jetpack error .. whats the matter … i want to downgrade previous version of wordpress.
Thread Starter
kamal5
(@kamal5)
foreach ( $list as $key => $value ) {
if ( is_object( $value ) ) {
$list[ $key ] = $value->$field;
} else {
$list[ $key ] = $value[ $field ];
}
}
return $list;
}