WP Oauth2 Server 1.0.1

Does WP Oauth2 Server work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
43PHP warnings
442PHP notices
2,077PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 144.58 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.8.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/oauth2-server/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=oauth2-server%2Foauth2-server.php&plugin_status=all&paged=1&s&_wpnonce=7bf4279b5e
Aspect after-activation
HTTP status 200
Load time 0.578 s
Memory usage 3.65 MiB
JS errors None
Resource errors None

OAuth2 Server

Page screenshot: OAuth2 Server
URL /wp-admin/admin.php?page=codexshaper-oauth-server#/
Requested URL /wp-admin/admin.php?page=codexshaper-oauth-server
Aspect menu-item
HTTP status 200
Load time 0.421 s
Memory usage 3.62 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.185 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.302 s0.291 s-0.011 s3.51 MiB3.67 MiB+ 169.15 KiB
/wp-admin/edit.php0.199 s0.203 s+0.004 s3.57 MiB3.72 MiB+ 156.57 KiB
/wp-admin/post-new.php0.759 s0.820 s+0.061 s6.06 MiB6.26 MiB+ 200.59 KiB
/wp-admin/upload.php0.585 s0.457 s-0.128 s3.52 MiB3.64 MiB+ 117.07 KiB
/wp-admin/options-writing.php0.231 s0.191 s-0.040 s3.5 MiB3.62 MiB+ 121.07 KiB
/wp-admin/media-new.php0.281 s0.236 s-0.045 s3.49 MiB3.62 MiB+ 129.26 KiB
/wp-admin/edit-tags.php?taxonomy=category0.244 s0.203 s-0.041 s3.5 MiB3.64 MiB+ 139.93 KiB
/wp-admin/post-new.php?post_type=page0.602 s0.575 s-0.027 s6.05 MiB6.24 MiB+ 196.11 KiB
/wp-admin/options-discussion.php0.484 s0.281 s-0.203 s3.5 MiB3.62 MiB+ 117.58 KiB
/wp-admin/edit-comments.php0.234 s0.184 s-0.050 s3.52 MiB3.64 MiB+ 117.07 KiB
/0.302 s0.169 s-0.133 s3.43 MiB3.56 MiB+ 125.95 KiB
Average 0.384 s0.328 s-0.056 s3.97 MiB4.11 MiB+ 144.58 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

CSS
PHP
JavaScript
Language % Lines of code Comment lines Files
CSS73.2%9,269195
PHP13.0%1,6421,89046
JavaScript9.1%1,14970922
Vuejs Component3.6%4591711
JSON0.8%10202
Blade0.2%2802
Sass0.1%17133
Total 12,666 2,648 91

PHP Code Analysis | More results »

Lines of code 1,544
Total complexity 259
Median class complexity 3.0
Median method complexity 1.0
Most complex class Codexshaper_Oauth_Server\Exceptions\Handler
Most complex function Codexshaper_Oauth_Server\App\Http\Middleware\AuthMiddleware::handle()
Classes 34
Methods 134
Functions 6

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Database Tables 5

Options wp_options 1

PHP Error Log 2562 lines

[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1267
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1278
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1290
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1303
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 95
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 106
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 118
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 129
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 73
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1654
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1665
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1677
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1688
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1201
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 245
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 235
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 205
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 215
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 255
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 265
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 637
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 651
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 663
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 674
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/Request.php on line 303
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1338
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1349
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1361
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1376
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1304
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1294
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Traits/EnumeratesValues.php on line 772
[24-Jul-2025 19:09:00 UTC] PHP Warning:  Constant CODEXSHAPER_OAUTH_SERVER_VERSION already defined in /wp-content/plugins/oauth2-server/includes/class-codexshaper-oauth-server.php on line 280
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  str_contains(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1689
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  strlen(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1689
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  substr(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-includes/class-wp-rewrite.php on line 1690
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1267
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1278
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1290
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Container\Container::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/container/Container.php on line 1303
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 95
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 106
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 118
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 129
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Fluent::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Fluent.php on line 73
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1654
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1665
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1677
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1688
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Database\Eloquent\Model::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/database/Eloquent/Model.php on line 1201
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 245
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Routing\AbstractRouteCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/AbstractRouteCollection.php on line 235
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 749
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  rtrim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/routing/Route.php on line 736
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 205
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\ParameterBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/ParameterBag.php on line 215
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 255
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Symfony\Component\HttpFoundation\HeaderBag::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/HeaderBag.php on line 265
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetExists($offset) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 637
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetGet($offset) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 651
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetSet($offset, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 663
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Http\Request::offsetUnset($offset) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/http/Request.php on line 674
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/symfony/http-foundation/Request.php on line 303
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  mb_strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Str.php on line 177
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetExists($key) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1338
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetGet($key) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1349
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetSet($key, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1361
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::offsetUnset($key) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1376
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1304
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Collection.php on line 1294
[24-Jul-2025 19:09:00 UTC] PHP Deprecated:  Return type of Illuminate\Support\Collection::jsonSerialize() should either be compatible with JsonSerializable::jsonSerialize(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/oauth2-server/vendor/illuminate/support/Traits/EnumeratesValues.php on line 772

(+2462 more lines)
See also: All tests for this plugin, How to Hide WP Oauth2 Server Admin Menus