Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add the wp_set_password action to match WordPress core since 6.2.0 #40

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

johnbillion
Copy link
Contributor

In WordPress 6.2 a new wp_set_password action was added to the wp_set_password() function. Ref: WordPress/wordpress-develop@344c4dc

This adds that action.

In WordPres 6.7 an additional $old_user_data parameter has been added, but we can add that once 6.7 is released.

@ramonfincken
Copy link

@johnbillion
Copy link
Contributor Author

does this not need a space after the ( ?

In the core coding standards yes, but this library doesn't use spaces after parentheses so I didn't add them.

@swalkinshaw swalkinshaw merged commit 3de5abe into roots:master Sep 10, 2024
1 check passed
@swalkinshaw
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants