SmartPay 2.7.5

Does SmartPay work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
213PHP deprecation warnings
2Database errors
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

Page speed impact: 0.096 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/smartpay/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Getting Started ‹ Test site — WordPress

Page screenshot: Getting Started ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wpsmartpay-getting-started
Requested URL /wp-admin/plugins.php?action=activate&plugin=smartpay%2Fsmartpay.php&plugin_status=all&paged=1&s&_wpnonce=518a74698b
Aspect after-activation
HTTP status 200
Load time 2.627 s
Memory usage 3.21 MiB
JS errors None
Resource errors None

SmartPay

Page screenshot: SmartPay
URL /wp-admin/admin.php?page=smartpay
Aspect menu-item
HTTP status 200
Load time 0.759 s
Memory usage 3.36 MiB
JS errors None
Resource errors None

SmartPay → Forms

Page screenshot: SmartPay → Forms
URL /wp-admin/admin.php?page=smartpay-form
Aspect menu-item
HTTP status 200
Load time 0.967 s
Memory usage 3.58 MiB
JS errors None
Resource errors None

SmartPay → Settings

Page screenshot: SmartPay → Settings
URL /wp-admin/admin.php?page=smartpay-setting
Aspect menu-item
HTTP status 200
Load time 0.408 s
Memory usage 3.39 MiB
JS errors None
Resource errors None

SmartPay → Integrations

Page screenshot: SmartPay → Integrations
URL /wp-admin/admin.php?page=smartpay-integrations
Aspect menu-item
HTTP status 200
Load time 0.424 s
Memory usage 3.27 MiB
JS errors None
Resource errors None

SmartPay → Getting Started

Page screenshot: SmartPay → Getting Started
URL /wp-admin/admin.php?page=wpsmartpay-getting-started
Aspect menu-item
HTTP status 200
Load time 1.000 s
Memory usage 3.21 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.515 s
Memory usage 3.31 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.297 s0.672 s+0.375 s3.07 MiB3.3 MiB+ 230.91 KiB
/wp-admin/edit.php0.209 s0.381 s+0.172 s3.1 MiB3.32 MiB+ 230.31 KiB
/wp-admin/post-new.php0.789 s0.758 s-0.031 s5.02 MiB5.23 MiB+ 218.94 KiB
/wp-admin/upload.php0.588 s0.428 s-0.160 s3.02 MiB3.23 MiB+ 219.87 KiB
/wp-admin/options-writing.php0.203 s0.287 s+0.084 s3.01 MiB3.21 MiB+ 200.66 KiB
/wp-admin/media-new.php0.369 s0.325 s-0.044 s2.99 MiB3.21 MiB+ 225.01 KiB
/wp-admin/edit-tags.php?taxonomy=category0.205 s0.641 s+0.436 s3.01 MiB3.23 MiB+ 234.12 KiB
/wp-admin/post-new.php?post_type=page0.637 s0.714 s+0.077 s5.01 MiB5.22 MiB+ 214.57 KiB
/wp-admin/options-discussion.php0.232 s0.346 s+0.114 s3 MiB3.21 MiB+ 214.38 KiB
/wp-admin/edit-comments.php0.238 s0.341 s+0.103 s3.03 MiB3.24 MiB+ 214.41 KiB
/0.343 s0.269 s-0.074 s2.97 MiB3.31 MiB+ 347.71 KiB
Average 0.374 s0.469 s+0.096 s3.38 MiB3.61 MiB+ 231.9 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.

PHP
Language % Lines of code Comment lines Files
PHP99.9%13,7584,218131
JavaScript0.1%1487
CSS0.0%6104
Total 13,778 4,236 142

PHP Code Analysis | More results »

Lines of code 12,375
Total complexity 2,525
Median class complexity 8.5
Median method complexity 1.0
Most complex class SmartPay\Modules\Frontend\Utilities\Downloader
Most complex function SmartPay\Modules\Frontend\Utilities\Downloader::getFileCtype()
Classes 100
Methods 904
Functions 43

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 2

PHP Error Log 215 lines

[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:08 UTC] WordPress database error Table 'wordpress.wp_smartpay_products' doesn't exist for query ALTER TABLE wp_smartpay_products ADD settings LONGTEXT DEFAULT NULL AFTER status made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/smartpay/smartpay.php'), require('/plugins/smartpay/bootstrap.php'), SmartPay\Updater::boot, SmartPay\Updater->__construct, SmartPay\Updater->_update_database_if_available, AddSettingsColumnOnProductTable::up
[04-Jul-2023 04:41:08 UTC] WordPress database error Table 'wordpress.wp_smartpay_payments' doesn't exist for query ALTER TABLE wp_smartpay_payments ADD uuid VARCHAR(255) DEFAULT NULL AFTER id made by activate_plugin, plugin_sandbox_scrape, include_once('/plugins/smartpay/smartpay.php'), require('/plugins/smartpay/bootstrap.php'), SmartPay\Updater::boot, SmartPay\Updater->__construct, SmartPay\Updater->_update_database_if_available, AddUuidColumnOnPaymentTable::up
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 832
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 843
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 855
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 866
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 391
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:08 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:12 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 832
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 843
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 855
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 866
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 391
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 34
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 301
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 306
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 313
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 318
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 296
[04-Jul-2023 04:41:13 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 291
[04-Jul-2023 04:41:14 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:14 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:14 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:14 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 832
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 843
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 855
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 866
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Database/Eloquent/Model.php on line 391
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 34
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 301
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 306
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 313
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 318
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 296
[04-Jul-2023 04:41:15 UTC] PHP Deprecated:  Return type of SmartPay\Framework\Database\Eloquent\ModelCollection::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/smartpay/framework/Database/Eloquent/ModelCollection.php on line 291
[04-Jul-2023 04:41:16 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:16 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:16 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:16 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:17 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:17 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:17 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:17 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:18 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:18 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:18 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:18 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:20 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:20 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:20 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:20 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:21 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:21 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:21 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:21 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:22 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:22 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:22 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:22 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:23 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:24 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272
[04-Jul-2023 04:41:24 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1283
[04-Jul-2023 04:41:24 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1295
[04-Jul-2023 04:41:24 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1308
[04-Jul-2023 04:41:24 UTC] PHP Deprecated:  Return type of SmartPay\Framework\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/smartpay/framework/Container/Container.php on line 1272

(+115 more lines)
See also: All tests for this plugin, How to Hide SmartPay Admin Menus