BigCommerce for WordPress 4.36.0

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

Summary

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

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

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

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

BigCommerce for WordPress ‹ Test site — WordPress

Page screenshot: BigCommerce for WordPress ‹ Test site — WordPress
URL /wp-admin/edit.php?page=bigcommerce_welcome&post_type=bigcommerce_product
Requested URL /wp-admin/plugins.php?action=activate&plugin=bigcommerce%2Fbigcommerce.php&plugin_status=all&paged=1&s&_wpnonce=8e419e848b
Aspect after-activation
HTTP status 200
Load time 2.164 s
Memory usage 4.86 MiB
JS errors None
Resource errors None

BigCommerce

Page screenshot: BigCommerce
URL /wp-admin/edit.php?post_type=bigcommerce_product
Aspect menu-item
HTTP status 200
Load time 0.265 s
Memory usage 4.9 MiB
JS errors None
Resource errors None

BigCommerce → Categories

Page screenshot: BigCommerce → Categories
URL /wp-admin/edit-tags.php?taxonomy=bigcommerce_category&post_type=bigcommerce_product
Aspect menu-item
HTTP status 200
Load time 0.203 s
Memory usage 4.74 MiB
JS errors None
Resource errors None

BigCommerce → Brands

Page screenshot: BigCommerce → Brands
URL /wp-admin/edit-tags.php?taxonomy=bigcommerce_brand&post_type=bigcommerce_product
Aspect menu-item
HTTP status 200
Load time 0.206 s
Memory usage 4.74 MiB
JS errors None
Resource errors None

BigCommerce → Welcome

Page screenshot: BigCommerce → Welcome
URL /wp-admin/edit.php?post_type=bigcommerce_product&page=bigcommerce_welcome
Aspect menu-item
HTTP status 200
Load time 0.527 s
Memory usage 4.75 MiB
JS errors None
Resource errors None

BigCommerce → Resources

Page screenshot: BigCommerce → Resources
URL /wp-admin/edit.php?post_type=bigcommerce_product&page=bigcommerce_resources
Aspect menu-item
HTTP status 200
Load time 0.957 s
Memory usage 5.02 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.434 s
Memory usage 4.86 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.387 s
Memory usage 6.9 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.271 s0.451 s+0.180 s3.05 MiB4.87 MiB+ 1.82 MiB
/wp-admin/edit.php0.179 s0.255 s+0.076 s3.07 MiB4.92 MiB+ 1.85 MiB
/wp-admin/post-new.php0.750 s1.020 s+0.270 s4.97 MiB6.96 MiB+ 1.99 MiB
/wp-admin/upload.php0.503 s0.339 s-0.164 s2.99 MiB4.75 MiB+ 1.76 MiB
/wp-admin/options-writing.php0.134 s0.193 s+0.059 s2.99 MiB4.73 MiB+ 1.75 MiB
/wp-admin/media-new.php0.261 s0.256 s-0.005 s2.97 MiB4.74 MiB+ 1.77 MiB
/wp-admin/edit-tags.php?taxonomy=category0.163 s0.450 s+0.287 s2.98 MiB4.76 MiB+ 1.78 MiB
/wp-admin/post-new.php?post_type=page0.620 s0.662 s+0.042 s4.96 MiB6.94 MiB+ 1.98 MiB
/wp-admin/options-discussion.php0.198 s0.239 s+0.041 s2.97 MiB4.74 MiB+ 1.76 MiB
/wp-admin/edit-comments.php0.179 s0.268 s+0.089 s3 MiB4.77 MiB+ 1.77 MiB
/0.294 s0.350 s+0.056 s2.94 MiB4.79 MiB+ 1.85 MiB
Average 0.323 s0.408 s+0.085 s3.35 MiB5.18 MiB+ 1.82 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
CSS
JavaScript
Language % Lines of code Comment lines Files
PHP56.3%41,46812,021711
CSS27.9%20,5581,0738
JavaScript10.3%7,5982,251154
HTML2.8%2,071011
Markdown2.5%1,84705
SVG0.2%14246
JSON0.0%702
Total 73,691 15,349 897

PHP Code Analysis | More results »

Lines of code 37,748
Total complexity 5,776
Median class complexity 6.0
Median method complexity 1.0
Most complex class BigCommerce\Post_Types\Product\Product
Most complex function BigCommerce\Post_Types\Product\Query::filter_queries()
Classes 540
Methods 2,517
Functions 39

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 15

Custom Post Types 3

ID Name
bigcommerce_productProducts
bigcommerce_taskQueue Tasks
bigcommerce_sync_logSync Logs

Sidebar Widgets 2

ID Name
bigcommerce_product_categoriesProduct Categories
bigcommerce_mini_cartMini-Cart

Roles 1

ID Name
customerCustomer

PHP Error Log 488 lines

[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 42
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 87
[30-Nov-2022 21:14:42 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 57
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:45 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Forms.php on line 46
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:46 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 42
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 87
[30-Nov-2022 21:14:49 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 57
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[30-Nov-2022 21:14:50 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[30-Nov-2022 21:14:52 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Forms.php on line 46
[30-Nov-2022 21:14:53 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) 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/bigcommerce/vendor/pimple/pimple/src/Pimple/Container.php on line 133

(+388 more lines)
See also: All tests for this plugin