Skip to content

Commit

Permalink
doc block for this new function
Browse files Browse the repository at this point in the history
  • Loading branch information
ideadude committed Feb 22, 2021
1 parent db3c0db commit dcd6b71
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/class.memberorder.php
Original file line number Diff line number Diff line change
Expand Up @@ -1016,6 +1016,11 @@ function get_tos_consent_log_entry() {
return false;
}

/**
* Sets the billing address fields on the order object.
* Checks the last order for the same sub or pulls from user meta.
* @since 2.5.5
*/
function find_billing_address() {
global $wpdb;

Expand Down

0 comments on commit dcd6b71

Please sign in to comment.