WP Oauth2 Server 1.0.1

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

Summary

Errors
42PHP warnings
431PHP notices
2,028PHP 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.1
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=8bf75db75d
Aspect after-activation
HTTP status 200
Load time 0.515 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.436 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.201 s
Memory usage 3.69 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.359 s0.305 s-0.054 s3.51 MiB3.67 MiB+ 169.15 KiB
/wp-admin/edit.php0.210 s0.212 s+0.002 s3.57 MiB3.72 MiB+ 156.57 KiB
/wp-admin/post-new.php0.833 s0.698 s-0.135 s6.06 MiB6.26 MiB+ 200.59 KiB
/wp-admin/upload.php0.800 s0.638 s-0.162 s3.52 MiB3.64 MiB+ 117.06 KiB
/wp-admin/options-writing.php0.236 s0.216 s-0.020 s3.5 MiB3.62 MiB+ 121.07 KiB
/wp-admin/media-new.php0.285 s0.274 s-0.011 s3.49 MiB3.62 MiB+ 129.26 KiB
/wp-admin/edit-tags.php?taxonomy=category0.211 s0.228 s+0.017 s3.5 MiB3.64 MiB+ 139.93 KiB
/wp-admin/post-new.php?post_type=page0.763 s0.624 s-0.139 s6.05 MiB6.24 MiB+ 196.11 KiB
/wp-admin/options-discussion.php0.477 s0.326 s-0.151 s3.5 MiB3.62 MiB+ 117.58 KiB
/wp-admin/edit-comments.php0.267 s0.469 s+0.202 s3.52 MiB3.64 MiB+ 117.07 KiB
/0.320 s0.237 s-0.083 s3.43 MiB3.56 MiB+ 125.95 KiB
Average 0.433 s0.384 s-0.049 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 2501 lines

[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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
[09-May-2025 05:32:35 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

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