MVV WooCommerce Booking Addon 4.3.1

Does MVV WooCommerce Booking Addon work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
470PHP deprecation warnings
No JavaScript exceptions
1Page failed to load
  • 1 403 Forbidden
No resource errors
Performance

Memory usage: 272.77 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.8.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/booking-for-woocommerce/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

WordPress › Error

Page screenshot: WordPress › Error
URL /wp-admin/admin.php?page=mvvwb-dashboard
Requested URL /wp-admin/plugins.php?action=activate&plugin=booking-for-woocommerce%2Fbooking.php&plugin_status=all&paged=1&s&_wpnonce=9abccd214e
Aspect after-activation
HTTP status 403
Load time 0.578 s
Memory usage N/A
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.193 s
Memory usage 3.64 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.316 s0.325 s+0.009 s3.51 MiB3.8 MiB+ 300.65 KiB
/wp-admin/edit.php0.180 s0.209 s+0.029 s3.57 MiB3.83 MiB+ 261.97 KiB
/wp-admin/post-new.php0.688 s0.644 s-0.044 s6.06 MiB6.5 MiB+ 450.41 KiB
/wp-admin/upload.php0.564 s0.567 s+0.003 s3.52 MiB3.74 MiB+ 224.82 KiB
/wp-admin/options-writing.php0.218 s0.320 s+0.102 s3.5 MiB3.72 MiB+ 227.56 KiB
/wp-admin/media-new.php0.253 s0.289 s+0.036 s3.49 MiB3.72 MiB+ 235.76 KiB
/wp-admin/edit-tags.php?taxonomy=category0.201 s0.212 s+0.011 s3.5 MiB3.74 MiB+ 241.24 KiB
/wp-admin/post-new.php?post_type=page0.577 s0.589 s+0.012 s6.05 MiB6.49 MiB+ 445.94 KiB
/wp-admin/options-discussion.php0.466 s0.284 s-0.182 s3.5 MiB3.72 MiB+ 224.06 KiB
/wp-admin/edit-comments.php0.371 s0.201 s-0.170 s3.52 MiB3.74 MiB+ 223.56 KiB
/0.332 s0.216 s-0.116 s3.43 MiB3.59 MiB+ 164.53 KiB
Average 0.379 s0.351 s-0.028 s3.97 MiB4.24 MiB+ 272.77 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
Language % Lines of code Comment lines Files
PHP95.2%36,45616,584130
JSON1.9%72302
PO File1.3%4862311
CSS0.8%305713
JavaScript0.7%2615170
XML0.1%4701
Total 38,278 16,873 217

PHP Code Analysis | More results »

Lines of code 26,949
Total complexity 6,718
Median class complexity 24.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 61
Methods 1,346
Functions 116

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 7

Custom Post Types 1

ID Name
mvvwb_bookingsBooking

PHP Error Log 470 lines

[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:09 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:10 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:11 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[17-Jul-2025 20:28:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[17-Jul-2025 20:28:12 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/booking-for-woocommerce/freemius/includes/managers/class-fs-key-value-storage.php on line 389

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