Locations and Areas - Leaflet Map with Region Tabs 1.7.1

Does "Locations and Areas - Leaflet Map with Region Tabs" work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.2.2
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/locations-and-areas/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Locations and Areas ‹ Test site — WordPress

Page screenshot: Locations and Areas ‹ Test site — WordPress
URL /wp-admin/options-general.php?page=locations_and_areas
Requested URL /wp-admin/plugins.php?action=activate&plugin=locations-and-areas%2Flocations-and-areas.php&plugin_status=all&paged=1&s&_wpnonce=6e9cff0c3f
Aspect after-activation
HTTP status 200
Load time 1.798 s
Memory usage 3.57 MiB
JS errors None
Resource errors None

Locations and Areas

Page screenshot: Locations and Areas
URL /wp-admin/edit.php?post_type=laa-location
Aspect menu-item
HTTP status 200
Load time 0.279 s
Memory usage 3.24 MiB
JS errors None
Resource errors None

Locations and Areas → Add location

Page screenshot: Locations and Areas → Add location
URL /wp-admin/post-new.php?post_type=laa-location
Aspect menu-item
HTTP status 200
Load time 0.501 s
Memory usage 3.39 MiB
JS errors None
Resource errors None

Locations and Areas → Areas

Page screenshot: Locations and Areas → Areas
URL /wp-admin/edit-tags.php?taxonomy=laa-area&post_type=laa-location
Aspect menu-item
HTTP status 200
Load time 0.351 s
Memory usage 3.19 MiB
JS errors None
Resource errors None

Settings → Locations and Areas

Page screenshot: Settings → Locations and Areas
URL /wp-admin/options-general.php?page=locations_and_areas
Aspect menu-item
HTTP status 200
Load time 0.376 s
Memory usage 3.17 MiB
JS errors None
Resource errors None

Settings → Upgrade  ➤

Page screenshot: Settings → Upgrade  ➤
URL /wp-admin/options-general.php?page=locations_and_areas-pricing
Aspect menu-item
HTTP status 200
Load time 0.292 s
Memory usage 3.52 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.272 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.787 s0.533 s-0.254 s3.07 MiB3.33 MiB+ 260.9 KiB
/wp-admin/edit.php0.202 s0.367 s+0.165 s3.1 MiB3.35 MiB+ 262.04 KiB
/wp-admin/post-new.php0.750 s0.912 s+0.162 s5.02 MiB5.14 MiB+ 124.38 KiB
/wp-admin/upload.php0.549 s0.329 s-0.220 s3.02 MiB3.17 MiB+ 161.39 KiB
/wp-admin/options-writing.php0.179 s0.274 s+0.095 s3.01 MiB3.18 MiB+ 171.3 KiB
/wp-admin/media-new.php0.345 s0.269 s-0.076 s2.99 MiB3.18 MiB+ 190.57 KiB
/wp-admin/edit-tags.php?taxonomy=category0.190 s0.308 s+0.118 s3.01 MiB3.22 MiB+ 220.49 KiB
/wp-admin/post-new.php?post_type=page0.616 s0.851 s+0.235 s5.01 MiB5.13 MiB+ 119.07 KiB
/wp-admin/options-discussion.php0.220 s0.372 s+0.152 s3 MiB3.18 MiB+ 184.93 KiB
/wp-admin/edit-comments.php0.211 s0.341 s+0.130 s3.03 MiB3.27 MiB+ 244.77 KiB
/0.315 s0.221 s-0.094 s2.97 MiB3.15 MiB+ 184.59 KiB
Average 0.397 s0.434 s+0.038 s3.38 MiB3.57 MiB+ 193.13 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
JavaScript
Language % Lines of code Comment lines Files
PHP60.4%31,68416,238123
JavaScript33.5%17,5727,03817
CSS3.8%2,0177417
Sass2.1%1,093342
JSON0.1%7704
Total 52,443 23,384 163

PHP Code Analysis | More results »

Lines of code 22,026
Total complexity 5,508
Median class complexity 11.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 56
Methods 1,169
Functions 99

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
laa-locationLocations

Meta Boxes

{
    "laa-location": {
        "location_customfields": {
            "title": "Location",
            "context": "normal"
        }
    }
}

PHP Error Log 580 lines

[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36: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 2165
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36: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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:49 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36: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 2165
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:51 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36:51 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:51 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:51 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:51 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36:52 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:52 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:52 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:52 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[26-May-2023 15:36:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[26-May-2023 15:36:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[26-May-2023 15:36:53 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/locations-and-areas/freemius/includes/managers/class-fs-key-value-storage.php on line 339

(+480 more lines)
See also: All tests for this plugin, How to Hide Locations and Areas - Leaflet Map with Region Tabs Admin Menus and Meta Boxes