get_the_ID(), 'type__in' => get_webmention_comment_type_names(), 'meta_query' => array( array( 'key' => 'protocol', 'compare' => 'EXISTS', ), ), 'status' => 'approve', ) ); $grouped_mentions = separate_comments( $mentions ); $fold_limit = get_option( 'webmention_facepile_fold_limit', 0 ); do_action( 'webmention_before_reaction_list' ); foreach ( $grouped_mentions as $mention_type => $mentions ) { if ( empty( $mentions ) ) { continue; } ?>