Filters the list of invalid protocols used in applications redirect URLs.
Parameters
$bad_protocolsstring[]- Array of invalid protocols.
$urlstring- The redirect URL to be validated.
Source
$invalid_protocols = apply_filters( 'wp_authorize_application_redirect_url_invalid_protocols', $bad_protocols, $url );
Changelog
| Version | Description |
|---|---|
| 6.3.2 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.