wip filter email registration
This commit is contained in:
@@ -4,7 +4,7 @@ Plugin Name: fbpatch_plugin
|
||||
Plugin URI:
|
||||
Description: some patchs for the form_builder plugin's bugs
|
||||
Author: hugogogo
|
||||
Version: 0.1.3
|
||||
Version: 0.1.3.1
|
||||
Author URI:
|
||||
*/
|
||||
|
||||
|
||||
@@ -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