mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 02:45:43 +03:00
parent
62f5335b51
commit
c10699f97c
3 changed files with 20 additions and 7 deletions
|
@ -220,6 +220,13 @@ function save_pledge( $pledge_id, $pledge ) {
|
|||
}
|
||||
|
||||
save_pledge_meta( $pledge_id, $submitted_meta );
|
||||
|
||||
if ( filter_input( INPUT_POST, 'resend-contributor-confirmation' ) ) {
|
||||
PledgeForm\send_contributor_confirmation_emails(
|
||||
$pledge_id,
|
||||
filter_input( INPUT_GET, 'resend-contributor-id', FILTER_VALIDATE_INT )
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue