wip filter email registration

This commit is contained in:
asus
2024-03-26 22:33:41 +01:00
parent dbb6dc0d19
commit 0136be4316
15 changed files with 97 additions and 24 deletions

View File

@@ -109,7 +109,7 @@ function after_form_inserted($form_id, $post_id, $post_array) {
//error_log("post_array: " . json_encode($post_array));
Fbpatch::end_skip_hook();
}
add_action('df_after_insert_post', '');
add_action('df_after_insert_post', __NAMESPACE__.'\after_form_inserted', 10, 3);
@@ -118,4 +118,3 @@ add_action('df_after_insert_post', '');
?>