Commit Graph

1 Commits (8a963301abed0be8791e1c9a11432b0088d76fc0)

Author SHA1 Message Date
Tim Nolte 8a963301ab
Fixes Broken Redirect URL Handling & Moves Away from Cookies ()
* Initial Changes to Move Away from Cookies for Redirects

* Add Redirection via State Transient Support

- Adds adding the login redirection to the state transient.
- Deprecates the use of cookies to handle login redirection.
- Fixes Login button shortcode authentication URL encoding.
- Fixes some broken wp-env local Docker environment issues.
- Fixes make_authentication_url attributes usage.
- Removes error_log calls used for debugging.

* Fixes Missed WordPress Coding Standards Issues

- Updates PHP_CodeSniffer configuration to properly support all checks.

* Fixes Login Button Output for Proper Escaping