Method |
Description |
|
add_payment_method ( ) |
Show the add payment method page. |
|
check_password_reset_key ( string $key, string $login ) : WP_User | boolean |
Retrieves a user row based on password reset key and login. |
|
edit_account ( ) |
Edit account details page. |
|
edit_address ( string $load_address = 'billing' ) |
Edit address page. |
|
get ( array $atts ) : string |
Get the shortcode content. |
|
lost_password ( ) |
Lost password page handling. |
|
output ( array $atts ) |
Output the shortcode. |
|
reset_password ( object $user, string $new_pass ) |
Handles resetting the user's password. |
|
retrieve_password ( ) : boolean |
Handles sending password retrieval email to customer. |
|
set_reset_password_cookie ( $value = '' ) |
Set or unset the cookie. |
|
view_order ( integer $order_id ) |
View order page. |
|