Block Slider 2.1.6

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

Summary

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

Memory usage: 271.58 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 5,000+
WordPress.org page https://wordpress.org/plugins/block-slider/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Block Slider ‹ Test site — WordPress

Page screenshot: Block Slider ‹ Test site — WordPress
URL /wp-admin/admin.php?page=blockslider-dashboard
Requested URL /wp-admin/plugins.php?action=activate&plugin=block-slider%2Fblock-slider.php&plugin_status=all&paged=1&s&_wpnonce=c8f085625b
Aspect after-activation
HTTP status 200
Load time 1.113 s
Memory usage 3.62 MiB
JS errors
[
    {
        "message": "Error: Minified React error #200; visit https://reactjs.org/docs/error-decoder.html?invariant=200 for the full message or use the non-minified dev environment for full errors and additional helpful warnings.\n    at e.render (/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.2.0:10:128494)\n    at HTMLDocument.<anonymous> (/wp-content/plugins/block-slider/dist/admin/admin.js?ver=646bc7c18bde3:1:24764)",
        "trace": null,
        "code": null
    }
]
Resource errors None

Block Slider

Page screenshot: Block Slider
URL /wp-admin/admin.php?page=blockslider-dashboard
Aspect menu-item
HTTP status 200
Load time 0.616 s
Memory usage 3.23 MiB
JS errors None
Resource errors None

Block Slider → Add new

Page screenshot: Block Slider → Add new
URL /wp-admin/post-new.php?post_type=blockslider
Requested URL /wp-admin/admin.php?page=blockslider-new
Aspect menu-item
HTTP status 200
Load time 1.539 s
Memory usage 5.35 MiB
JS errors None
Resource errors None

Block Slider → All Sliders

Page screenshot: Block Slider → All Sliders
URL /wp-admin/edit.php?post_type=blockslider
Aspect menu-item
HTTP status 200
Load time 0.281 s
Memory usage 3.29 MiB
JS errors None
Resource errors None

Block Slider → Upgrade  ➤

Page screenshot: Block Slider → Upgrade  ➤
URL /wp-admin/admin.php?page=blockslider-dashboard-pricing
Aspect menu-item
HTTP status 200
Load time 0.164 s
Memory usage 3.58 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.331 s
Memory usage 3.23 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.729 s0.390 s-0.339 s3.07 MiB3.38 MiB+ 320.46 KiB
/wp-admin/edit.php0.175 s0.169 s-0.006 s3.1 MiB3.41 MiB+ 320.52 KiB
/wp-admin/post-new.php0.754 s0.968 s+0.214 s5.02 MiB5.36 MiB+ 348.16 KiB
/wp-admin/upload.php0.832 s0.346 s-0.486 s3.02 MiB3.25 MiB+ 238.54 KiB
/wp-admin/options-writing.php0.158 s0.142 s-0.016 s3.01 MiB3.23 MiB+ 225.3 KiB
/wp-admin/media-new.php0.262 s0.218 s-0.044 s2.99 MiB3.24 MiB+ 250.73 KiB
/wp-admin/edit-tags.php?taxonomy=category0.179 s0.172 s-0.007 s3.01 MiB3.26 MiB+ 255.91 KiB
/wp-admin/post-new.php?post_type=page1.125 s1.036 s-0.089 s5.01 MiB5.35 MiB+ 342.81 KiB
/wp-admin/options-discussion.php0.198 s0.311 s+0.113 s3 MiB3.23 MiB+ 239.04 KiB
/wp-admin/edit-comments.php0.201 s0.212 s+0.011 s3.03 MiB3.26 MiB+ 237.84 KiB
/0.299 s0.246 s-0.053 s3.03 MiB3.23 MiB+ 208.03 KiB
Average 0.447 s0.383 s-0.064 s3.39 MiB3.65 MiB+ 271.58 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
PHP93.5%32,19917,272151
JSON5.1%1,74609
Markdown0.7%24704
JavaScript0.6%193482
CSS0.1%45012
SVG0.0%301
Total 34,433 17,320 179

PHP Code Analysis | More results »

Lines of code 22,963
Total complexity 5,719
Median class complexity 8.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 78
Methods 1,243
Functions 101

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 5

Custom Post Types 1

ID Name
blocksliderSliders

PHP Error Log 680 lines

[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:29 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
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:29 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
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:29 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:30 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:30 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
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:31 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:31 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
[22-May-2023 19:51:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:31 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
[22-May-2023 19:51:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:31 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
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:33 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:33 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:33 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
[22-May-2023 19:51:33 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:33 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
[22-May-2023 19:51:33 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:33 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
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 19:51:34 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/block-slider/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 19:51:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 19:51:34 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

(+580 more lines)
See also: All tests for this plugin, How to Hide Block Slider Admin Menus