BigCommerce for WordPress 4.37.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=a96aa5017c
Aspect after-activation
HTTP status 200
Load time 1.820 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.288 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.221 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.202 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.557 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.636 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.469 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.331 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.292 s0.391 s+0.099 s3.05 MiB4.87 MiB+ 1.82 MiB
/wp-admin/edit.php0.187 s0.429 s+0.242 s3.07 MiB4.92 MiB+ 1.85 MiB
/wp-admin/post-new.php0.778 s1.062 s+0.284 s4.97 MiB6.96 MiB+ 1.99 MiB
/wp-admin/upload.php0.615 s0.371 s-0.244 s2.99 MiB4.75 MiB+ 1.76 MiB
/wp-admin/options-writing.php0.174 s0.217 s+0.043 s2.99 MiB4.73 MiB+ 1.75 MiB
/wp-admin/media-new.php0.278 s0.268 s-0.010 s2.97 MiB4.74 MiB+ 1.77 MiB
/wp-admin/edit-tags.php?taxonomy=category0.182 s0.267 s+0.085 s2.98 MiB4.76 MiB+ 1.78 MiB
/wp-admin/post-new.php?post_type=page0.619 s0.808 s+0.189 s4.96 MiB6.94 MiB+ 1.98 MiB
/wp-admin/options-discussion.php0.208 s0.315 s+0.107 s2.97 MiB4.74 MiB+ 1.76 MiB
/wp-admin/edit-comments.php0.208 s0.270 s+0.062 s3 MiB4.77 MiB+ 1.77 MiB
/0.286 s0.360 s+0.074 s2.94 MiB4.79 MiB+ 1.85 MiB
Average 0.348 s0.433 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,45712,023711
CSS27.9%20,5581,0738
JavaScript10.3%7,5982,251154
HTML2.8%2,071011
Markdown2.5%1,85205
SVG0.2%14246
JSON0.0%702
Total 73,685 15,351 897

PHP Code Analysis | More results »

Lines of code 37,737
Total complexity 5,775
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

[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 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
[06-Feb-2023 23:42:21 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:22 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
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 42
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 87
[06-Feb-2023 23:42:22 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 57
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:24 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:24 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Forms.php on line 46
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 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
[06-Feb-2023 23:42:25 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:26 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:26 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
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:27 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:27 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
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:28 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
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 42
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 87
[06-Feb-2023 23:42:28 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Settings/Onboarding_Progress.php on line 57
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:29 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[06-Feb-2023 23:42:29 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
[06-Feb-2023 23:42:31 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
[06-Feb-2023 23:42:31 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
[06-Feb-2023 23:42:31 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
[06-Feb-2023 23:42:31 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
[06-Feb-2023 23:42:31 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Compatibility.php on line 57
[06-Feb-2023 23:42:31 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/bigcommerce/src/BigCommerce/Container/Forms.php on line 46
[06-Feb-2023 23:42:32 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