We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b6ccf commit 3082c1fCopy full SHA for 3082c1f
inc/Helpers/Formatting/Term.php
@@ -62,7 +62,7 @@ function get_terms_list( $post, string $taxonomy, array $settings = [] ): string
62
63
$items = [];
64
foreach ( $terms as $term ) {
65
- $value = escape_content_value( $term );
+ $value = escape_content_value( $term, 'esc_html' );
66
if ( empty( $value ) ) {
67
continue;
68
}
0 commit comments