Billflow 2.1.5

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

Summary

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

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

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

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

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=servicebot%2Fservicebot.php&plugin_status=all&paged=1&s&_wpnonce=07622e159f
Aspect after-activation
HTTP status 200
Load time 0.420 s
Memory usage 4.86 MiB
JS errors None
Resource errors None

Billflow

Page screenshot: Billflow
URL /wp-admin/admin.php?page=servicebot
Aspect menu-item
HTTP status 200
Load time 0.184 s
Memory usage 4.82 MiB
JS errors None
Resource errors None

Billflow → Stripe Webhooks

Page screenshot: Billflow → Stripe Webhooks
URL /wp-admin/admin.php?page=servicebot-stripe-webhooks
Aspect menu-item
HTTP status 200
Load time 0.191 s
Memory usage 4.82 MiB
JS errors None
Resource errors None

Billflow → Setup Roles

Page screenshot: Billflow → Setup Roles
URL /wp-admin/admin.php?page=servicebot-setup-roles
Aspect menu-item
HTTP status 200
Load time 0.161 s
Memory usage 4.82 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.186 s
Memory usage 4.73 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.351 s
Memory usage 5.92 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.361 s0.309 s-0.052 s3.51 MiB4.9 MiB+ 1.39 MiB
/wp-admin/edit.php0.204 s0.199 s-0.005 s3.57 MiB4.92 MiB+ 1.35 MiB
/wp-admin/post-new.php0.768 s0.670 s-0.098 s6.06 MiB6.24 MiB+ 184.8 KiB
/wp-admin/upload.php0.569 s0.565 s-0.004 s3.52 MiB4.84 MiB+ 1.31 MiB
/wp-admin/options-writing.php0.221 s0.208 s-0.013 s3.5 MiB4.82 MiB+ 1.32 MiB
/wp-admin/media-new.php0.311 s0.239 s-0.072 s3.49 MiB4.82 MiB+ 1.32 MiB
/wp-admin/edit-tags.php?taxonomy=category0.224 s0.200 s-0.024 s3.5 MiB4.84 MiB+ 1.34 MiB
/wp-admin/post-new.php?post_type=page0.606 s0.573 s-0.033 s6.05 MiB6.16 MiB+ 116.31 KiB
/wp-admin/options-discussion.php0.267 s0.271 s+0.004 s3.5 MiB4.82 MiB+ 1.31 MiB
/wp-admin/edit-comments.php0.445 s0.432 s-0.013 s3.52 MiB4.84 MiB+ 1.31 MiB
/0.413 s0.221 s-0.192 s3.43 MiB4.73 MiB+ 1.3 MiB
Average 0.399 s0.353 s-0.046 s3.97 MiB5.08 MiB+ 1.11 MiB

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
Markdown
Language % Lines of code Comment lines Files
PHP84.1%6,5895,021151
Markdown10.8%84703
JavaScript3.6%2801395
JSON0.6%4801
CSS0.6%4782
make0.2%1701
YAML0.0%301
Total 7,831 5,168 164

PHP Code Analysis | More results »

Lines of code 6,299
Total complexity 933
Median class complexity 1.0
Median method complexity 1.0
Most complex class Stripe\StripeObject
Most complex function servicebot_webhook_listener()
Classes 130
Methods 369
Functions 19

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.

Options wp_options 4

Sidebar Widgets 4

ID Name
servicebot_billing_page_widgetBillflow Billing Page Widget
servicebot_subscription_portal_widgetServicebot Subscription Portal Widget
servicebot_pricing_page_widgetServicebot Pricing Page Widget
servicebot_signup_portal_widgetServicebot Signup Portal Widget

PHP Error Log 1108 lines

[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:07 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:08 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:09 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:10 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 34
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 50
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 24
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 29
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\Util\Set::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/servicebot/public/stripe/lib/Util/Set.php on line 40
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetExists($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 186
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetGet($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 196
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetSet($k, $v) 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/servicebot/public/stripe/lib/StripeObject.php on line 181
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::offsetUnset($k) 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/servicebot/public/stripe/lib/StripeObject.php on line 191
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 202
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\StripeObject::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/servicebot/public/stripe/lib/StripeObject.php on line 402
[05-May-2025 17:36:11 UTC] PHP Deprecated:  Return type of Stripe\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/servicebot/public/stripe/lib/Collection.php on line 110
[05-May-2025 17:36:12 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 44
[05-May-2025 17:36:12 UTC] PHP Deprecated:  Return type of Stripe\Util\CaseInsensitiveArray::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/servicebot/public/stripe/lib/Util/CaseInsensitiveArray.php on line 56

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