BuddyForms 2.7.5

Does BuddyForms work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 341.41 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.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 1,000+
WordPress.org page https://wordpress.org/plugins/buddyforms/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/admin.php?page=buddyforms
Requested URL /wp-admin/plugins.php?action=activate&plugin=buddyforms%2FBuddyForms.php&plugin_status=all&paged=1&s&_wpnonce=f0c813a808
Aspect after-activation
HTTP status 200
Load time 1.166 s
Memory usage 3.57 MiB
JS errors None
Resource errors None

BuddyForms

Page screenshot: BuddyForms
URL /wp-admin/admin.php?page=buddyforms
Aspect menu-item
HTTP status 200
Load time 0.296 s
Memory usage 3.39 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.232 s
Memory usage 3.23 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.299 s0.282 s-0.017 s3.05 MiB3.44 MiB+ 403.46 KiB
/wp-admin/edit.php0.195 s0.210 s+0.015 s3.07 MiB3.47 MiB+ 405.33 KiB
/wp-admin/post-new.php0.825 s1.165 s+0.340 s4.97 MiB5.33 MiB+ 377.22 KiB
/wp-admin/upload.php0.679 s0.356 s-0.323 s2.99 MiB3.3 MiB+ 320.08 KiB
/wp-admin/options-writing.php0.179 s0.159 s-0.020 s2.99 MiB3.29 MiB+ 307.67 KiB
/wp-admin/media-new.php0.317 s0.268 s-0.049 s2.97 MiB3.29 MiB+ 331.85 KiB
/wp-admin/edit-tags.php?taxonomy=category0.207 s0.214 s+0.007 s2.98 MiB3.33 MiB+ 357.45 KiB
/wp-admin/post-new.php?post_type=page0.665 s0.861 s+0.196 s4.96 MiB5.32 MiB+ 372.8 KiB
/wp-admin/options-discussion.php0.209 s0.323 s+0.114 s2.97 MiB3.29 MiB+ 321.52 KiB
/wp-admin/edit-comments.php0.213 s0.234 s+0.021 s3 MiB3.31 MiB+ 320.8 KiB
/0.299 s0.233 s-0.066 s3 MiB3.23 MiB+ 237.38 KiB
Average 0.372 s0.391 s+0.020 s3.36 MiB3.69 MiB+ 341.41 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
PO File
JavaScript
Language % Lines of code Comment lines Files
PHP50.3%27,9254,968255
PO File22.3%12,3596,2186
JavaScript19.8%11,0041,74622
CSS6.9%3,85512728
HTML0.3%15221
SVG0.2%11102
JSON0.1%5602
XML0.0%1901
Total 55,481 13,061 317

PHP Code Analysis | More results »

Lines of code 20,022
Total complexity 10,062
Median class complexity 9.0
Median method complexity 2.0
Most complex class Freemius
Most complex function buddyforms_form_elements()
Classes 126
Methods 1,547
Functions 401

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 9

Custom Post Types 2

ID Name
buddyformsBuddyForms
bf_submissionsSubmissions

PHP Error Log 432 lines

[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 16:14:07 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:07 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 16:14:07 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 16:14:07 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 6
[09-Dec-2022 16:14:07 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 6
[09-Dec-2022 16:14:07 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 7
[09-Dec-2022 16:14:07 UTC] PHP Warning:  Undefined array key "icon-class" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 8
[09-Dec-2022 16:14:07 UTC] PHP Warning:  Undefined array key "label" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 16
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:09 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 16:14:09 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:09 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 16:14:09 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 16:14:09 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 6
[09-Dec-2022 16:14:09 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 6
[09-Dec-2022 16:14:09 UTC] PHP Warning:  Undefined array key "id" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 7
[09-Dec-2022 16:14:09 UTC] PHP Warning:  Undefined array key "icon-class" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 8
[09-Dec-2022 16:14:09 UTC] PHP Warning:  Undefined array key "label" in /wp-content/plugins/buddyforms/includes/resources/freemius/templates/connect/permission.php on line 16
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 16:14:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[09-Dec-2022 16:14: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/buddyforms/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5

(+332 more lines)
See also: All tests for this plugin, How to Hide BuddyForms Admin Menus