SV Media Library 1.9.00

Does SV Media Library work with WordPress 6.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

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

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

SV Media Library ‹ Test site — WordPress

Page screenshot: SV Media Library ‹ Test site — WordPress
URL /wp-admin/admin.php?page=sv_media_library
Requested URL /wp-admin/plugins.php?action=activate&plugin=sv-media-library%2Fsv_media_library.php&plugin_status=all&paged=1&s&_wpnonce=129b2af3f9
Aspect after-activation
HTTP status 200
Load time 1.334 s
Memory usage 3.64 MiB
JS errors None
Resource errors None

straightvisions

Page screenshot: straightvisions
URL /wp-admin/admin.php?page=straightvisions
Aspect menu-item
HTTP status 200
Load time 0.357 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

straightvisions → SV Media Library

Page screenshot: straightvisions → SV Media Library
URL /wp-admin/admin.php?page=sv_media_library
Aspect menu-item
HTTP status 200
Load time 0.338 s
Memory usage 3.31 MiB
JS errors None
Resource errors None

straightvisions → Contact Us

Page screenshot: straightvisions → Contact Us
URL /wp-admin/admin.php?page=sv_media_library-contact
Aspect menu-item
HTTP status 200
Load time 0.270 s
Memory usage 3.33 MiB
JS errors None
Resource errors None

straightvisions → Support Forum

Page screenshot: straightvisions → Support Forum
URL https://wordpress.org/support/plugin/sv-media-library/
Requested URL /wp-admin/admin.php?page=sv_media_library-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.169 s
Memory usage N/A
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.423 s
Memory usage 3.27 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.295 s0.473 s+0.178 s3.07 MiB3.43 MiB+ 363.64 KiB
/wp-admin/edit.php0.177 s0.213 s+0.036 s3.1 MiB3.45 MiB+ 363.64 KiB
/wp-admin/post-new.php0.746 s0.966 s+0.220 s5.02 MiB5.32 MiB+ 302.72 KiB
/wp-admin/upload.php0.518 s0.301 s-0.217 s3.02 MiB3.29 MiB+ 282.03 KiB
/wp-admin/options-writing.php0.140 s0.147 s+0.007 s3.01 MiB3.27 MiB+ 268.73 KiB
/wp-admin/media-new.php0.251 s0.238 s-0.013 s2.99 MiB3.28 MiB+ 294.23 KiB
/wp-admin/edit-tags.php?taxonomy=category0.167 s0.315 s+0.148 s3.01 MiB3.32 MiB+ 324.05 KiB
/wp-admin/post-new.php?post_type=page0.580 s0.680 s+0.100 s5.01 MiB5.3 MiB+ 297.37 KiB
/wp-admin/options-discussion.php0.194 s0.290 s+0.096 s3 MiB3.28 MiB+ 282.47 KiB
/wp-admin/edit-comments.php0.179 s0.206 s+0.027 s3.03 MiB3.33 MiB+ 306.58 KiB
/0.283 s0.203 s-0.080 s3.03 MiB3.28 MiB+ 251.33 KiB
Average 0.321 s0.367 s+0.046 s3.39 MiB3.69 MiB+ 303.34 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
PHP87.9%35,64517,384201
CSS7.0%2,8508939
JavaScript2.2%87316512
PO File1.5%6033482
SVG0.8%33901
Markdown0.5%21704
JSON0.1%2701
Total 40,554 17,986 260

PHP Code Analysis | More results »

Lines of code 25,601
Total complexity 6,505
Median class complexity 10.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 84
Methods 1,577
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 8

PHP Error Log 518 lines

[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:37 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:37 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
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:37 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:37 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:37 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
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:39 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
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:39 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:39 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
[11-Apr-2023 03:28:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:39 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
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:40 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
[11-Apr-2023 03:28:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:40 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
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:40 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:40 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
[11-Apr-2023 03:28:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:40 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
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[11-Apr-2023 03:28:41 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/sv-media-library/lib/core_plugin/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[11-Apr-2023 03:28:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[11-Apr-2023 03:28:41 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

(+418 more lines)
See also: All tests for this plugin, How to Hide SV Media Library Admin Menus