Advanced Accordion Block 4.6.0

Does Advanced Accordion Block work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

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

Environment
WordPress version6.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 8,000+
WordPress.org page https://wordpress.org/plugins/advanced-accordion-block/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

Accordion Block ‹ Test site — WordPress

Page screenshot: Accordion Block ‹ Test site — WordPress
URL /wp-admin/options-general.php?page=advanced-accordion-block
Requested URL /wp-admin/plugins.php?action=activate&plugin=advanced-accordion-block%2Fadvanced-accordion-block.php&plugin_status=all&paged=1&s&_wpnonce=2a88fac5db
Aspect after-activation
HTTP status 200
Load time 0.874 s
Memory usage 3.81 MiB
JS errors None
Resource errors None

Settings → Accordion Block

Page screenshot: Settings → Accordion Block
URL /wp-admin/options-general.php?page=advanced-accordion-block
Aspect menu-item
HTTP status 200
Load time 0.499 s
Memory usage 3.44 MiB
JS errors None
Resource errors None

Settings → Contact Us

Page screenshot: Settings → Contact Us
URL /wp-admin/options-general.php?page=advanced-accordion-block-contact
Aspect menu-item
HTTP status 200
Load time 1.005 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Settings → Support Forum

Page screenshot: Settings → Support Forum
URL https://wordpress.org/support/plugin/advanced-accordion-block/
Requested URL /wp-admin/options-general.php?page=advanced-accordion-block-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.638 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.453 s
Memory usage 3.42 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.395 s0.560 s+0.165 s3.38 MiB3.6 MiB+ 219.13 KiB
/wp-admin/edit.php0.230 s0.274 s+0.044 s3.41 MiB3.62 MiB+ 219.18 KiB
/wp-admin/post-new.php1.095 s1.170 s+0.075 s5.46 MiB5.57 MiB+ 116.76 KiB
/wp-admin/upload.php0.733 s0.453 s-0.280 s3.33 MiB3.47 MiB+ 145.57 KiB
/wp-admin/options-writing.php0.225 s0.256 s+0.031 s3.32 MiB3.45 MiB+ 131.1 KiB
/wp-admin/media-new.php0.327 s0.574 s+0.247 s3.3 MiB3.44 MiB+ 150.84 KiB
/wp-admin/edit-tags.php?taxonomy=category0.211 s0.382 s+0.171 s3.31 MiB3.47 MiB+ 155.88 KiB
/wp-admin/post-new.php?post_type=page0.648 s0.645 s-0.003 s5.45 MiB5.56 MiB+ 116.39 KiB
/wp-admin/options-discussion.php0.345 s0.273 s-0.072 s3.3 MiB3.44 MiB+ 142.8 KiB
/wp-admin/edit-comments.php0.276 s0.237 s-0.039 s3.34 MiB3.47 MiB+ 137.8 KiB
/0.302 s0.256 s-0.046 s3.31 MiB3.42 MiB+ 118.62 KiB
Average 0.435 s0.462 s+0.027 s3.72 MiB3.87 MiB+ 150.37 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
PHP88.7%30,52016,142113
JavaScript4.9%1,67010823
CSS3.9%1,33811317
JSON1.5%52108
Markdown0.6%21401
Sass0.4%137135
Total 34,400 16,376 167

PHP Code Analysis | More results »

Lines of code 21,373
Total complexity 5,430
Median class complexity 17.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 47
Methods 1,145
Functions 96

Additions

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

Options wp_options 5

PHP Error Log 524 lines

[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:13 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:14 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:15 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:16 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:17 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:17 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:17 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:17 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:17 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 309
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 317
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 301
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 313
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 328
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 339
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 350
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 362
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 375
[02-Feb-2024 03:41:19 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/advanced-accordion-block/admin/fs/includes/managers/class-fs-key-value-storage.php on line 389
[02-Feb-2024 03:41:19 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7241
[02-Feb-2024 03:41:19 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187

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