Skip to content

Commit 8c58151

Browse files
committed
Pass the $post_id
1 parent 2c414d6 commit 8c58151

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

projects/packages/forms/src/contact-form/class-contact-form-endpoint.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,6 +1203,7 @@ public function export_responses( $request ) {
12031203
array(
12041204
'action' => 'feedback_export',
12051205
'feedback_ids' => implode( ',', $feedback_ids ),
1206+
'post_id' => $post_id,
12061207
'nonce' => $nonce,
12071208
),
12081209
admin_url( 'admin-post.php' )

0 commit comments

Comments
 (0)