RRZE-Webteam / rrze-elements

Sammlung von Gestaltungselementen für WordPress-Websites
4 stars 5 forks source link

PHP Warning: Attempt to read property term_id on bool #297

Closed lukasniebler closed 10 months ago

lukasniebler commented 10 months ago

Error Log

[24-Aug-2023 06:35:13 UTC] PHP Warning:  Attempt to read property "term_id" on bool in /Users/ej64ojyw/Local Sites/testumgebung-alice/app/public/wp-content/plugins/rrze-elements/includes/News/News.php on line 159

Mögliche Lösung:

$term_object = get_term_by('name', $_t, 'post_tag');
if ($term_object && isset($term_object->term_id)) {
    $t_id[] = $term_object->term_id;
}