Skip to content

Commit 60dfa79

Browse files
authored
Update example so it works out of the box
1 parent db9bbf5 commit 60dfa79

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)