Menu Image 3.0.8

Does Menu Image work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Menu Image ‹ Test site — WordPress

Page screenshot: Menu Image ‹ Test site — WordPress
URL /wp-admin/admin.php?page=menu-image-options
Requested URL /wp-admin/plugins.php?action=activate&plugin=menu-image%2Fmenu-image.php&plugin_status=all&paged=1&s&_wpnonce=fc120bbe29
Aspect after-activation
HTTP status 200
Load time 0.735 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Menu Image

Page screenshot: Menu Image
URL /wp-admin/admin.php?page=menu-image-options
Aspect menu-item
HTTP status 200
Load time 0.280 s
Memory usage 3.18 MiB
JS errors None
Resource errors None

Menu Image → Affiliation

Page screenshot: Menu Image → Affiliation
URL /wp-admin/admin.php?page=menu-image-options-affiliation
Aspect menu-item
HTTP status 200
Load time 0.440 s
Memory usage 3.33 MiB
JS errors None
Resource errors None

Menu Image → Contact Us

Page screenshot: Menu Image → Contact Us
URL /wp-admin/admin.php?page=menu-image-options-contact
Aspect menu-item
HTTP status 200
Load time 0.140 s
Memory usage 3.17 MiB
JS errors None
Resource errors None

Menu Image → Support Forum

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

Menu Image → Upgrade  ➤

Page screenshot: Menu Image → Upgrade  ➤
URL /wp-admin/admin.php?page=menu-image-options-pricing
Aspect menu-item
HTTP status 200
Load time 1.044 s
Memory usage 3.47 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.281 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.780 s0.403 s-0.377 s3.07 MiB3.27 MiB+ 205.75 KiB
/wp-admin/edit.php0.179 s0.202 s+0.023 s3.1 MiB3.3 MiB+ 205.75 KiB
/wp-admin/post-new.php0.771 s0.878 s+0.107 s5.02 MiB5.16 MiB+ 140.62 KiB
/wp-admin/upload.php0.507 s0.291 s-0.216 s3.02 MiB3.14 MiB+ 125.09 KiB
/wp-admin/options-writing.php0.162 s0.417 s+0.255 s3.01 MiB3.12 MiB+ 111.78 KiB
/wp-admin/media-new.php0.273 s0.245 s-0.028 s2.99 MiB3.13 MiB+ 137.28 KiB
/wp-admin/edit-tags.php?taxonomy=category0.237 s0.184 s-0.053 s3.01 MiB3.14 MiB+ 142.45 KiB
/wp-admin/post-new.php?post_type=page0.578 s0.731 s+0.153 s5.01 MiB5.15 MiB+ 136.2 KiB
/wp-admin/options-discussion.php0.205 s0.244 s+0.039 s3 MiB3.12 MiB+ 125.52 KiB
/wp-admin/edit-comments.php0.205 s0.203 s-0.002 s3.03 MiB3.15 MiB+ 124.38 KiB
/0.346 s0.217 s-0.129 s2.97 MiB3.12 MiB+ 152.96 KiB
Average 0.386 s0.365 s-0.021 s3.38 MiB3.53 MiB+ 146.16 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
Language % Lines of code Comment lines Files
PHP96.3%31,87816,396108
CSS1.7%550313
JavaScript1.6%541773
PO File0.4%145523
Total 33,114 16,528 127

PHP Code Analysis | More results »

Lines of code 22,749
Total complexity 5,592
Median class complexity 17.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 46
Methods 1,171
Functions 95

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

PHP Error Log 494 lines

[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:13 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:13 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
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:13 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:13 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:13 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
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:14 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
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:14 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:14 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
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:15 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
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:15 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:15 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
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-May-2023 09:52:16 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-May-2023 09:52:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[20-May-2023 09:52:16 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
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-May-2023 09:52:17 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/menu-image/freemius/includes/managers/class-fs-key-value-storage.php on line 339

(+394 more lines)
See also: All tests for this plugin, How to Hide Menu Image Admin Menus