UA Marketplace 1.4.4

Does UA Marketplace work with WordPress 6.6.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 265.4 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.6.1
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/ua-marketplace/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 4

UA Marketplaces Plugin ‹ Test site — WordPress

Page screenshot: UA Marketplaces Plugin ‹ Test site — WordPress
URL /wp-admin/admin.php?page=mrkv_ua_marketplaces
Requested URL /wp-admin/plugins.php?action=activate&plugin=ua-marketplace%2Fmorkvawrs-plugin.php&plugin_status=all&paged=1&s&_wpnonce=cd4f1c92dc
Aspect after-activation
HTTP status 200
Load time 1.627 s
Memory usage 4.08 MiB
JS errors None
Resource errors None

UA Marketplaces

Page screenshot: UA Marketplaces
URL /wp-admin/admin.php?page=mrkv_ua_marketplaces
Aspect menu-item
HTTP status 200
Load time 0.165 s
Memory usage 3.7 MiB
JS errors None
Resource errors None

UA Marketplaces → Підтримка

Page screenshot: UA Marketplaces → Підтримка
URL /wp-admin/admin.php?page=mrkv_ua_marketplaces_support
Aspect menu-item
HTTP status 200
Load time 0.149 s
Memory usage 3.7 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.223 s
Memory usage 3.54 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.316 s0.384 s+0.068 s3.47 MiB3.78 MiB+ 316.12 KiB
/wp-admin/edit.php0.197 s0.236 s+0.039 s3.54 MiB3.81 MiB+ 277.13 KiB
/wp-admin/post-new.php0.715 s0.575 s-0.140 s5.75 MiB6.04 MiB+ 297.27 KiB
/wp-admin/upload.php0.684 s0.612 s-0.072 s3.49 MiB3.72 MiB+ 238.76 KiB
/wp-admin/options-writing.php0.217 s0.257 s+0.040 s3.41 MiB3.7 MiB+ 301.34 KiB
/wp-admin/media-new.php0.225 s0.232 s+0.007 s3.4 MiB3.7 MiB+ 314.7 KiB
/wp-admin/edit-tags.php?taxonomy=category0.205 s0.196 s-0.009 s3.47 MiB3.72 MiB+ 256.93 KiB
/wp-admin/post-new.php?post_type=page0.566 s0.585 s+0.019 s5.75 MiB6.03 MiB+ 288.86 KiB
/wp-admin/options-discussion.php0.287 s0.274 s-0.013 s3.41 MiB3.7 MiB+ 303.03 KiB
/wp-admin/edit-comments.php0.222 s0.268 s+0.046 s3.49 MiB3.72 MiB+ 239.34 KiB
/0.294 s0.299 s+0.005 s3.45 MiB3.54 MiB+ 85.88 KiB
Average 0.357 s0.356 s-0.001 s3.88 MiB4.13 MiB+ 265.4 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
PHP98.7%34,51016,739162
Markdown0.6%21502
JavaScript0.6%193482
JSON0.1%2701
CSS0.0%14011
Total 34,959 16,787 178

PHP Code Analysis | More results »

Lines of code 25,116
Total complexity 6,162
Median class complexity 14.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 90
Methods 1,387
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 7

PHP Error Log 644 lines

[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:25 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:26 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:26 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:27 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Jul-2024 13:35:28 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/ua-marketplace/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7300
[29-Jul-2024 13:35:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2189

(+544 more lines)
See also: All tests for this plugin, How to Hide UA Marketplace Admin Menus