Warning: Undefined array key
-
Just updated PHP from Version 8.0.24 to 8.1.11
Warning: Undefined array key “comments_pingbacks_clean_style” in /home/… …/wp-content/plugins/database-cleaner/classes/core.php on line 208
function add_clean_style_data ( $list ) {
$options = $this->get_all_options();
$data = array();
foreach ( $list as $item ) {
$data[] = array_merge( $item, [
‘clean_style’ => $options[ $item[‘item’] . ‘_clean_style’ ] <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
] );
}
return $data;
}The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘Warning: Undefined array key’ is closed to new replies.