Skip to content

Commit 93958c4

Browse files
Remove unwanted code #922
1 parent 5bbb35d commit 93958c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

classes/Visualizer/Module/Frontend.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ private function getHtmlAttributes( $attributes ) {
494494
if ( ! $attributes ) {
495495
return $string;
496496
}
497-
$attributes = apply_filters( 'visualizer_schema_show_errors', $attributes );
497+
498498
foreach ( $attributes as $name => $value ) {
499499
$string .= sprintf( ' %s="%s"', esc_attr( $name ), esc_attr( $value ) );
500500
}

0 commit comments

Comments
 (0)