TotalRating 1.5.2

Does TotalRating work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1,065PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 308.4 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.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 300+
WordPress.org page https://wordpress.org/plugins/totalrating/
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=totalrating%2Fplugin.php&plugin_status=all&paged=1&s&_wpnonce=e3354a86e3
Aspect after-activation
HTTP status 200
Load time 0.565 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

TotalRating

Page screenshot: TotalRating
URL /wp-admin/admin.php?page=totalrating#/dashboard(overlay:onboarding)
Requested URL /wp-admin/admin.php?page=totalrating
Aspect menu-item
HTTP status 200
Load time 0.934 s
Memory usage 3.32 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.214 s
Memory usage 3.26 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.267 s0.247 s-0.020 s3.05 MiB3.33 MiB+ 295.45 KiB
/wp-admin/edit.php0.164 s0.184 s+0.020 s3.07 MiB3.42 MiB+ 349.2 KiB
/wp-admin/post-new.php0.695 s0.875 s+0.180 s4.97 MiB5.33 MiB+ 375.09 KiB
/wp-admin/upload.php0.735 s0.431 s-0.304 s2.99 MiB3.26 MiB+ 272.89 KiB
/wp-admin/options-writing.php0.126 s0.131 s+0.005 s2.99 MiB3.24 MiB+ 259.55 KiB
/wp-admin/media-new.php0.240 s0.180 s-0.060 s2.97 MiB3.25 MiB+ 285.09 KiB
/wp-admin/edit-tags.php?taxonomy=category0.143 s0.161 s+0.018 s2.98 MiB3.28 MiB+ 310.26 KiB
/wp-admin/post-new.php?post_type=page0.580 s0.614 s+0.034 s4.96 MiB5.32 MiB+ 371.02 KiB
/wp-admin/options-discussion.php0.188 s0.189 s+0.001 s2.98 MiB3.24 MiB+ 273.72 KiB
/wp-admin/edit-comments.php0.164 s0.179 s+0.015 s3 MiB3.27 MiB+ 272.17 KiB
/0.249 s0.182 s-0.067 s2.94 MiB3.26 MiB+ 327.91 KiB
Average 0.323 s0.307 s-0.016 s3.35 MiB3.66 MiB+ 308.4 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.

JavaScript
PHP
Language % Lines of code Comment lines Files
JavaScript55.3%11,0693,13610
PHP36.2%7,2432,959188
SVG3.6%716018
CSS3.5%6911493
PO File0.6%130671
JSON0.5%9503
SQL0.4%7503
Total 20,019 6,311 226

PHP Code Analysis | More results »

Lines of code 6,391
Total complexity 697
Median class complexity 3.0
Median method complexity 1.0
Most complex class TotalRating\Models\Attribute
Most complex function TotalRating\Pages\Dashboard::getConfig()
Classes 160
Methods 427
Functions 2

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 2

Options wp_options 3

Capabilities 8

PHP Error Log 1065 lines

[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 83
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 102
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 983
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 996
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 250
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1021
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1037
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 215
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 223
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 231
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 252
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 121
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Rest\Route::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Rest/Route.php on line 271
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 197
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 205
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 213
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\CookieJar::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/totalrating/vendor/totalsuite/foundation/src/Http/CookieJar.php on line 166
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Cookie::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/totalrating/vendor/totalsuite/foundation/src/Http/Cookie.php on line 263
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  version_compare(): Passing null to parameter #2 ($version2) of type string is deprecated in /wp-content/plugins/totalrating/vendor/totalsuite/foundation/src/Migration/Concerns/MigrationQueue.php on line 26
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 83
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 102
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 983
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 996
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 250
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1021
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1037
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 215
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 223
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 231
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 252
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 121
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Rest\Route::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Rest/Route.php on line 271
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 197
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 205
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 213
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\CookieJar::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/totalrating/vendor/totalsuite/foundation/src/Http/CookieJar.php on line 166
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Cookie::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/totalrating/vendor/totalsuite/foundation/src/Http/Cookie.php on line 263
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 74
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 84
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 93
[21-Nov-2022 03:07:51 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 101
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 83
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 102
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 983
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 996
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 250
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1021
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1037
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 215
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 223
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 231
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 252
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 121
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Rest\Route::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Rest/Route.php on line 271
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  preg_replace_callback(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-content/plugins/totalrating/vendor/totalsuite/foundation/src/Http/Uri.php on line 210
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 197
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 205
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 213
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\CookieJar::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/totalrating/vendor/totalsuite/foundation/src/Http/CookieJar.php on line 166
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Cookie::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/totalrating/vendor/totalsuite/foundation/src/Http/Cookie.php on line 263
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 74
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 84
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 93
[21-Nov-2022 03:07:52 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 101
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 83
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 102
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 983
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 996
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 250
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1021
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\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/totalrating/vendor/totalsuite/foundation/src/Support/Collection.php on line 1037
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 215
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 223
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 231
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 252
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Modules\Definition::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Modules/Definition.php on line 121
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\WordPress\Rest\Route::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/totalrating/vendor/totalsuite/foundation/src/WordPress/Rest/Route.php on line 271
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 197
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 205
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Headers::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/totalrating/vendor/totalsuite/foundation/src/Http/Headers.php on line 213
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\CookieJar::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/totalrating/vendor/totalsuite/foundation/src/Http/CookieJar.php on line 166
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Http\Cookie::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/totalrating/vendor/totalsuite/foundation/src/Http/Cookie.php on line 263
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 74
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 84
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 93
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Database\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/totalrating/vendor/totalsuite/foundation/src/Database/Model.php on line 101
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 83
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 102
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 110
[21-Nov-2022 03:07:53 UTC] PHP Deprecated:  Return type of TotalRatingVendors\TotalSuite\Foundation\Environment::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/totalrating/vendor/totalsuite/foundation/src/Environment.php on line 61

(+965 more lines)
See also: All tests for this plugin, How to Hide TotalRating Pro Admin Menus