Ninja Charts 3.2.0

Does Ninja Charts work with WordPress 6.3.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
395PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 41.87 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.3.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 3,000+
WordPress.org page https://wordpress.org/plugins/ninja-charts/
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=ninja-charts%2Fplugin.php&plugin_status=all&paged=1&s&_wpnonce=7caee66711
Aspect after-activation
HTTP status 200
Load time 0.353 s
Memory usage 2.82 MiB
JS errors None
Resource errors None

Ninja Charts

Page screenshot: Ninja Charts
URL /wp-admin/admin.php?page=ninja-charts#/
Requested URL /wp-admin/admin.php?page=ninja-charts
Aspect menu-item
HTTP status 200
Load time 0.588 s
Memory usage 2.83 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.168 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.329 s0.274 s-0.055 s2.82 MiB2.88 MiB+ 57.3 KiB
/wp-admin/edit.php0.200 s0.191 s-0.009 s2.85 MiB2.91 MiB+ 58.78 KiB
/wp-admin/post-new.php0.708 s0.758 s+0.050 s5.21 MiB5.26 MiB+ 46.59 KiB
/wp-admin/upload.php0.606 s0.574 s-0.032 s2.77 MiB2.81 MiB+ 40.67 KiB
/wp-admin/options-writing.php0.217 s0.167 s-0.050 s2.76 MiB2.79 MiB+ 32.64 KiB
/wp-admin/media-new.php0.275 s0.194 s-0.081 s2.74 MiB2.79 MiB+ 52.87 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.194 s+0.004 s2.76 MiB2.81 MiB+ 58.45 KiB
/wp-admin/post-new.php?post_type=page0.581 s0.559 s-0.022 s5.21 MiB5.19 MiB- 16.36 KiB
/wp-admin/options-discussion.php0.378 s0.209 s-0.169 s2.75 MiB2.79 MiB+ 41.17 KiB
/wp-admin/edit-comments.php0.221 s0.332 s+0.111 s2.78 MiB2.82 MiB+ 39.97 KiB
/0.261 s0.227 s-0.034 s3.13 MiB3.18 MiB+ 48.48 KiB
Average 0.361 s0.334 s-0.026 s3.25 MiB3.29 MiB+ 41.87 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
JavaScript79.0%12,3022,32011
PHP20.3%3,16522264
JSON0.7%10802
CSS0.0%404
SVG0.0%101
Total 15,580 2,542 82

PHP Code Analysis | More results »

Lines of code 2,973
Total complexity 590
Median class complexity 2.0
Median method complexity 2.0
Most complex class NinjaCharts\App\Modules\GoogleCharts\GoogleChartModule
Most complex function NinjaCharts\App\Modules\NinjaTables\Module::getTableRows()
Classes 43
Methods 129
Functions 9

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 1

Options wp_options 1

PHP Error Log 395 lines

[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:38 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 452
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 463
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 475
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 486
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 418
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 398
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\Paginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/Paginator.php on line 142
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1176
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1187
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1199
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1214
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1165
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1144
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Support/Collection.php on line 1113
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 452
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 463
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 475
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 486
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 418
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\AbstractPaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/AbstractPaginator.php on line 398
[01-Sep-2023 06:07:39 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Pagination\LengthAwarePaginator::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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Pagination/LengthAwarePaginator.php on line 166
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:40 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3482
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 2450
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1164
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1175
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1187
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Foundation\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Foundation/Container.php on line 1207
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3448
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3459
[01-Sep-2023 06:07:41 UTC] PHP Deprecated:  Return type of NinjaCharts\Framework\Database\Orm\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/ninja-charts/vendor/wpfluent/framework/src/WPFluent/Database/Orm/Model.php on line 3471

(+295 more lines)
See also: All tests for this plugin, How to Hide Ninja Charts Admin Menus