Email: Iterate based on feedback.

This commit is contained in:
Ian Dunn 2019-10-25 07:57:04 -07:00
parent 147da5ae24
commit 0bd1fc1576
No known key found for this signature in database
GPG key ID: 99B971B50343CBCB
5 changed files with 35 additions and 16 deletions

View file

@ -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
}