We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cd2bb7 commit d29512cCopy full SHA for d29512c
plugin.php
@@ -79,7 +79,6 @@ function get_grant_types() {
79
$grant_types = apply_filters( 'oauth2.grant_types', array() );
80
81
return array_filter( $grant_types, function ( $type ) {
82
-
83
return $type instanceof Type;
84
} );
85
}
0 commit comments