wip filter email registration
This commit is contained in:
@@ -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', '');
|
||||
|
||||
|
||||
?>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user