PHP Warning: Undefined array key “found_avatar”
-
Hello, our error_log is being filled by the following PHP warning.
Undefined array key “found_avatar” in public_html/wp-content/plugins/simple-author-box/inc/class-simple-author-box.php on line 226Maybe this simple code modification would fix this.
if ( isset( $array[‘found_avatar’] ) ) {
// Use the value
} else {
// Provide a fallback
}
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.