wip handle custom form submit
This commit is contained in:
@@ -107,7 +107,6 @@ post_array
|
||||
form_type
|
||||
"post"
|
||||
|
||||
*/
|
||||
|
||||
function test_partner_CIPF($form_id, $post_array) {
|
||||
error_log("---");
|
||||
@@ -119,6 +118,7 @@ function test_partner_CIPF($form_id, $post_array) {
|
||||
}
|
||||
add_action( 'df_before_process', 'test_partner_CIPF', 10, 2);
|
||||
add_action( 'df_after_process', 'test_partner_CIPF', 10, 2);
|
||||
*/
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user