Beim Erlernen des verzögerten Ladens von Metadaten habe ich folgende Codezeilen kennengelernt : // Don't use `wp_list_pluck()` to avoid by-reference manipulation. $comment_ids = array(); if ( is_array( $comments ) ) { foreach ( $comments as $comment ) { if ( $comment instanceof WP_Comment ) {...