Filters the list of invalid protocols used in applications redirect URLs.
Parameters
$bad_protocols
string[]- Array of invalid protocols.
$url
string- 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.