wip handle custom form submit

This commit is contained in:
asus
2024-03-14 01:18:31 +01:00
parent 12de8ee12f
commit 2f4a5bb9ef
16 changed files with 485 additions and 145 deletions

View File

@@ -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);
*/