Booking Weir 1.0.11

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

Summary

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

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

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

Environment
WordPress version6.8.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/booking-weir/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

Booking ‹ Test site — WordPress

Page screenshot: Booking ‹ Test site — WordPress
URL /wp-admin/admin.php?page=booking-weir
Requested URL /wp-admin/plugins.php?action=activate&plugin=booking-weir%2Fbooking-weir.php&plugin_status=all&paged=1&s&_wpnonce=0c819a0393
Aspect after-activation
HTTP status 200
Load time 1.680 s
Memory usage 4.62 MiB
JS errors None
Resource errors None

Booking

Page screenshot: Booking
URL /wp-admin/admin.php?page=booking-weir
Aspect menu-item
HTTP status 200
Load time 0.646 s
Memory usage 4.24 MiB
JS errors None
Resource errors None

Booking → Events

Page screenshot: Booking → Events
URL /wp-admin/edit.php?post_type=bw_event
Aspect menu-item
HTTP status 200
Load time 0.229 s
Memory usage 4.28 MiB
JS errors None
Resource errors None

Booking → Logs

Page screenshot: Booking → Logs
URL /wp-admin/admin.php?page=booking-weir-logs
Aspect menu-item
HTTP status 200
Load time 0.244 s
Memory usage 4.21 MiB
JS errors None
Resource errors None

Booking → About

Page screenshot: Booking → About
URL /wp-admin/admin.php?page=booking-weir-about
Aspect menu-item
HTTP status 200
Load time 0.176 s
Memory usage 4.21 MiB
JS errors None
Resource errors None

Booking → Contact Us

Page screenshot: Booking → Contact Us
URL /wp-admin/admin.php?page=booking-weir-contact
Aspect menu-item
HTTP status 200
Load time 1.059 s
Memory usage 4.21 MiB
JS errors None
Resource errors None

Booking → Support Forum

Page screenshot: Booking → Support Forum
URL https://wordpress.org/support/plugin/booking-weir/
Requested URL /wp-admin/admin.php?page=booking-weir-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.407 s
Memory usage N/A
JS errors None
Resource errors None

Booking → Upgrade  ➤

Page screenshot: Booking → Upgrade  ➤
URL /wp-admin/admin.php?page=booking-weir-pricing
Aspect menu-item
HTTP status 200
Load time 1.069 s
Memory usage 4.48 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.314 s
Memory usage 4.1 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.337 s0.448 s+0.111 s3.51 MiB4.29 MiB+ 804.55 KiB
/wp-admin/edit.php0.205 s0.234 s+0.029 s3.57 MiB4.32 MiB+ 765.11 KiB
/wp-admin/post-new.php0.764 s1.105 s+0.341 s6.06 MiB7.2 MiB+ 1.14 MiB
/wp-admin/upload.php0.616 s0.320 s-0.296 s3.52 MiB4.24 MiB+ 728.84 KiB
/wp-admin/options-writing.php0.233 s0.215 s-0.018 s3.5 MiB4.22 MiB+ 732.21 KiB
/wp-admin/media-new.php0.301 s0.327 s+0.026 s3.49 MiB4.21 MiB+ 740.41 KiB
/wp-admin/edit-tags.php?taxonomy=category0.236 s0.210 s-0.026 s3.5 MiB4.24 MiB+ 755.28 KiB
/wp-admin/post-new.php?post_type=page0.594 s1.323 s+0.729 s6.05 MiB7.19 MiB+ 1.14 MiB
/wp-admin/options-discussion.php0.297 s0.278 s-0.019 s3.5 MiB4.21 MiB+ 728.59 KiB
/wp-admin/edit-comments.php0.424 s0.214 s-0.210 s3.52 MiB4.25 MiB+ 742.39 KiB
/0.305 s0.237 s-0.068 s3.43 MiB4.1 MiB+ 681.33 KiB
Average 0.392 s0.446 s+0.054 s3.97 MiB4.77 MiB+ 818.89 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.

JavaScript
PHP
SVG
Language % Lines of code Comment lines Files
JavaScript48.8%15,125645197
PHP33.6%10,4013,99366
SVG9.3%2,880123
PO File7.5%2,3381,0281
LESS0.7%224375
JSON0.0%707
Sass0.0%701
CSS0.0%101
Total 30,983 5,715 281

PHP Code Analysis | More results »

Lines of code 8,616
Total complexity 1,877
Median class complexity 18.5
Median method complexity 1.0
Most complex class wsd\bw\core\events\Event
Most complex function wsd\bw\core\events\EventPostType::rest_pre_insert()
Classes 50
Methods 647
Functions 22

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 5

Custom Post Types 1

ID Name
bw_eventEvents

PHP Error Log 588 lines

[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:45 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:46 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:48 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[25-Jul-2025 00:48:49 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[25-Jul-2025 00:48:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[25-Jul-2025 00:48:49 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[25-Jul-2025 00:48:50 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-weir/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362

(+488 more lines)
See also: All tests for this plugin, How to Hide Booking Weir Admin Menus