Stripe Payment Gateway 1.0.3

Does Stripe Payment Gateway work with WordPress 7.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
287PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
2Resource errors (CSS, JS, images, fonts and so on.)
  • 2 net::ERR_NAME_NOT_RESOLVED
Performance

Memory usage: 204.59 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 version7.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 20+
WordPress.org page https://wordpress.org/plugins/gateway-stripe/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

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=gateway-stripe%2Fstripe-gateway.php&plugin_status=all&paged=1&s&_wpnonce=19b37a80dd
Aspect after-activation
HTTP status 200
Load time 0.570 s
Memory usage 4.51 MiB
JS errors None
Resource errors None

Stripe Gateway

Page screenshot: Stripe Gateway
URL /wp-admin/admin.php?page=stripe-gateway-settings
Aspect menu-item
HTTP status 200
Load time 0.717 s
Memory usage 4.44 MiB
JS errors None
Resource errors
[
    {
        "status": null,
        "statusText": null,
        "url": "https://wordpress.paymentplugins.com/stripe-gateway/live_mode.png",
        "errorString": "net::ERR_NAME_NOT_RESOLVED"
    },
    {
        "status": null,
        "statusText": null,
        "url": "https://wordpress.paymentplugins.com/stripe-gateway/api_keys.png",
        "errorString": "net::ERR_NAME_NOT_RESOLVED"
    }
]

Stripe Gateway → Log Entries

Page screenshot: Stripe Gateway → Log Entries
URL /wp-admin/admin.php?page=stripe-gateway-logs
Aspect menu-item
HTTP status 200
Load time 0.538 s
Memory usage 4.42 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.235 s
Memory usage 4.81 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php1.015 s0.717 s-0.298 s4.23 MiB4.43 MiB+ 210.48 KiB
/wp-admin/edit.php0.531 s0.521 s-0.010 s4.28 MiB4.49 MiB+ 210.48 KiB
/wp-admin/post-new.php2.183 s2.010 s-0.173 s6.78 MiB6.99 MiB+ 219.55 KiB
/wp-admin/upload.php1.512 s1.059 s-0.453 s4.25 MiB4.43 MiB+ 193.07 KiB
/wp-admin/options-writing.php0.568 s0.547 s-0.021 s4.22 MiB4.41 MiB+ 197.06 KiB
/wp-admin/media-new.php0.588 s0.559 s-0.029 s4.21 MiB4.41 MiB+ 205.27 KiB
/wp-admin/edit-tags.php?taxonomy=category0.508 s1.013 s+0.505 s4.22 MiB4.43 MiB+ 210.45 KiB
/wp-admin/post-new.php?post_type=page1.726 s1.552 s-0.174 s6.76 MiB6.96 MiB+ 211.09 KiB
/wp-admin/options-discussion.php0.982 s0.953 s-0.029 s4.23 MiB4.41 MiB+ 189.57 KiB
/wp-admin/edit-comments.php0.950 s0.890 s-0.060 s4.24 MiB4.43 MiB+ 193.07 KiB
/0.315 s0.219 s-0.096 s4.6 MiB4.81 MiB+ 210.4 KiB
Average 0.989 s0.913 s-0.076 s4.73 MiB4.93 MiB+ 204.59 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
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP70.6%8,0762,297114
JavaScript13.4%1,53349
CSS12.7%1,450457
Markdown2.6%29802
JSON0.3%3601
XML0.3%3002
YAML0.2%1802
Total 11,441 2,346 137

PHP Code Analysis | More results »

Lines of code 7,050
Total complexity 908
Median class complexity 6.0
Median method complexity 1.0
Most complex class Stripe_Payment_Gateway
Most complex function Stripe\HttpClient\CurlClient::request()
Classes 71
Methods 507
Functions 6

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 2

Custom Post Types 1

ID Name
stripe_gateway_logStripe Log Entry

PHP Error Log 287 lines

[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Optional parameter $user_id declared before required parameter $id is implicitly treated as a required parameter in /wp-content/plugins/gateway-stripe/admin/class-stripe-gateway-manager.php on line 583
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:22:58 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:22:58 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:00 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:00 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:02 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:02 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:02 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:02 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:02 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:02 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:03 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:03 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:03 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:03 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:03 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:03 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:04 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:04 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:04 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:04 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:04 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:04 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 23
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 36
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 31
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 55
[14-Sep-2026 03:23:05 UTC] PHP Deprecated:  Return type of Stripe\Util\AutoPagingIterator::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/gateway-stripe/stripe-php-lib/lib/Util/AutoPagingIterator.php on line 18
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/Util/Set.php on line 40
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 148
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 157
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 143
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 153
[14-Sep-2026 03:23:05 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/gateway-stripe/stripe-php-lib/lib/StripeObject.php on line 263

(+187 more lines)
See also: All tests for this plugin, How to Hide Stripe Payment Gateway Admin Menus