Skip to content

Commit 8e87e2f

Browse files
committed
Merge branch 'feature/html-template-import' of github.com:rask/wp-libre-form into feature/html-template-import
2 parents 132eaf4 + 60dfa79 commit 8e87e2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ add_filter( 'wplf_import_html_template', function ( $template, $form_id ) {
243243
}
244244

245245
return $template;
246-
} );
246+
}, 10, 2 );
247247
```
248248

249249
The `$template` variable should be a raw HTML string. If it is set to

0 commit comments

Comments
 (0)