mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-06 18:55:44 +03:00
Email: Iterate based on feedback.
This commit is contained in:
parent
147da5ae24
commit
0bd1fc1576
5 changed files with 35 additions and 16 deletions
|
@ -134,7 +134,6 @@ function create_new_pledge( $name ) {
|
|||
|
||||
if ( ! is_wp_error( $pledge_id ) ) {
|
||||
send_pledge_verification_email( $pledge_id, get_post()->ID );
|
||||
send_contributor_verification_email();
|
||||
}
|
||||
|
||||
return $pledge_id;
|
||||
|
@ -168,8 +167,3 @@ function send_pledge_verification_email( $pledge_id, $action_page_id ) {
|
|||
$message
|
||||
);
|
||||
}
|
||||
|
||||
// todo
|
||||
function send_contributor_verification_email() {
|
||||
// todo
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue