WP Sheet Editor - WooCommerce Customers 1.0.8

Does "WP Sheet Editor - WooCommerce Customers" work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
793PHP deprecation warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 496.93 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 version6.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100+
WordPress.org page https://wordpress.org/plugins/woo-customers-spreadsheet-bulk-edit/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

WP Sheet Editor - WooCommerce Customers ‹ Test site — WordPress

Page screenshot: WP Sheet Editor - WooCommerce Customers ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wpseu_welcome_page
Requested URL /wp-admin/plugins.php?action=activate&plugin=woo-customers-spreadsheet-bulk-edit%2Fwoocommerce-customers.php&plugin_status=all&paged=1&s&_wpnonce=4f05887a12
Aspect after-activation
HTTP status 200
Load time 0.771 s
Memory usage 4.14 MiB
JS errors None
Resource errors None

Users → Bulk Editor

Page screenshot: Users → Bulk Editor
URL /wp-admin/admin.php?page=vgse-bulk-edit-user
Aspect menu-item
HTTP status 200
Load time 0.811 s
Memory usage 4.17 MiB
JS errors None
Resource errors None

WP Sheet Editor

Page screenshot: WP Sheet Editor
URL /wp-admin/admin.php?page=vg_sheet_editor_setup
Aspect menu-item
HTTP status 200
Load time 0.656 s
Memory usage 3.87 MiB
JS errors None
Resource errors None

WP Sheet Editor → Extensions

Page screenshot: WP Sheet Editor → Extensions
URL /wp-admin/admin.php?page=vg_sheet_editor_extensions
Aspect menu-item
HTTP status 200
Load time 0.358 s
Memory usage 3.88 MiB
JS errors None
Resource errors None

WP Sheet Editor → Settings

Page screenshot: WP Sheet Editor → Settings
URL /wp-admin/admin.php?page=vg_sheet_editor
Aspect menu-item
HTTP status 200
Load time 0.343 s
Memory usage 3.9 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.198 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

Dashboard ‹ Test site — WordPress

Page screenshot: Dashboard ‹ Test site — WordPress
URL /wp-admin/index.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.302 s
Memory usage 3.94 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.384 s0.332 s-0.052 s3.38 MiB3.94 MiB+ 576.52 KiB
/wp-admin/edit.php0.223 s0.353 s+0.130 s3.41 MiB3.97 MiB+ 573.06 KiB
/wp-admin/post-new.php0.916 s0.929 s+0.013 s5.46 MiB5.97 MiB+ 518.77 KiB
/wp-admin/upload.php0.807 s0.459 s-0.348 s3.33 MiB3.81 MiB+ 496.93 KiB
/wp-admin/options-writing.php0.214 s0.222 s+0.008 s3.32 MiB3.82 MiB+ 514.03 KiB
/wp-admin/media-new.php0.307 s0.296 s-0.011 s3.3 MiB3.79 MiB+ 507.7 KiB
/wp-admin/edit-tags.php?taxonomy=category0.196 s0.204 s+0.008 s3.31 MiB3.9 MiB+ 594.77 KiB
/wp-admin/post-new.php?post_type=page0.638 s0.825 s+0.187 s5.45 MiB5.95 MiB+ 510.12 KiB
/wp-admin/options-discussion.php0.282 s0.291 s+0.009 s3.3 MiB3.79 MiB+ 499.76 KiB
/wp-admin/edit-comments.php0.234 s0.228 s-0.006 s3.34 MiB3.9 MiB+ 576.02 KiB
/0.310 s0.229 s-0.081 s3.31 MiB3.4 MiB+ 98.51 KiB
Average 0.410 s0.397 s-0.013 s3.72 MiB4.2 MiB+ 496.93 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
JSON
Language % Lines of code Comment lines Files
PHP88.9%48141
JSON11.1%601
Total 54 14 2

PHP Code Analysis | More results »

Lines of code 48
Total complexity 11
Median class complexity 10.0
Median method complexity 1.0
Most complex class WP_Sheet_Editor_WooCommerce_Customers
Most complex function WP_Sheet_Editor_WooCommerce_Customers::filter_event_data()
Classes 1
Methods 7
Functions 1

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 11

User Metadata wp_usermeta 1

Meta Boxes

{
    "dashboard": {
        "vg_sheet_editor_usage_stats": {
            "title": "WP Sheet Editor Usage",
            "context": "normal"
        }
    }
}

PHP Error Log 793 lines

[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:33 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Optional parameter $date declared before required parameter $post_id is implicitly treated as a required parameter in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/modules/wp-sheet-editor/inc/api/data.php on line 318
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::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/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/woo-customers-spreadsheet-bulk-edit/vendor/wp-sheet-editor-users/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[05-Feb-2024 03:02:35 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241

(+693 more lines)
See also: All tests for this plugin, How to Hide WP Sheet Editor - WooCommerce Customers Admin Menus and Widgets