We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bbb35d commit 93958c4Copy full SHA for 93958c4
1 file changed
classes/Visualizer/Module/Frontend.php
@@ -494,7 +494,7 @@ private function getHtmlAttributes( $attributes ) {
494
if ( ! $attributes ) {
495
return $string;
496
}
497
- $attributes = apply_filters( 'visualizer_schema_show_errors', $attributes );
+
498
foreach ( $attributes as $name => $value ) {
499
$string .= sprintf( ' %s="%s"', esc_attr( $name ), esc_attr( $value ) );
500
0 commit comments