Skip to content

Commit

Permalink
🐛 Fix previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
MatzeKitt committed Oct 31, 2023
1 parent ab43eab commit 5b14e3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-frontend.php
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ private function render_field( $field, $value, $attributes, $unused ) {
* @param array $attributes The field arguments
* @param string $field The field name
*/
$title = apply_filters( "impressum_imprint_output_title_$field}", $title, $attributes, $field );
$title = apply_filters( "impressum_imprint_output_title_{$field}", $title, $attributes, $field );

// set the output
switch ( $field ) {
Expand Down

0 comments on commit 5b14e3f

Please sign in to comment.