Skip to content

Commit

Permalink
Try to fix keywords schema output
Browse files Browse the repository at this point in the history
  • Loading branch information
jdevalk committed Jul 9, 2024
1 parent d40d3a1 commit e889185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/class-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ public function filter_get_the_terms( $terms, $post_id, $taxonomy ) {
}
}

return $terms;
return array_values( $terms );
}

/**
Expand Down

0 comments on commit e889185

Please sign in to comment.