';
// Hide category and tag text for pages.
/* translators: used between list items, there is a space after the comma */
$categories_list = get_the_category_list( esc_html__( ', ', 'caos' ) );
if ( $categories_list ) {
$output .= sprintf( '
%1$s
', $categories_list ); // WPCS: XSS OK.
}
/* translators: used between list items, there is a space after the comma */
$tags_list = get_the_tag_list( '', esc_html__( ', ', 'caos' ) );
if ( $tags_list ) {
$output .= sprintf( '