Admin Quick Panel 1.2.6

Does Admin Quick Panel work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 158.51 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.8.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/admin-quick-panel/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Admin Quick Panel ‹ Test site — WordPress

Page screenshot: Admin Quick Panel ‹ Test site — WordPress
URL /wp-admin/options-general.php?page=admin-quick-panel
Requested URL /wp-admin/plugins.php?action=activate&plugin=admin-quick-panel%2Fadmin-quick-panel.php&plugin_status=all&paged=1&s&_wpnonce=465d7a9ea2
Aspect after-activation
HTTP status 200
Load time 0.777 s
Memory usage 3.94 MiB
JS errors None
Resource errors None

Settings → Admin Quick Panel

Page screenshot: Settings → Admin Quick Panel
URL /wp-admin/options-general.php?page=admin-quick-panel
Aspect menu-item
HTTP status 200
Load time 0.185 s
Memory usage 3.63 MiB
JS errors None
Resource errors None

Settings → Upgrade  ➤

Page screenshot: Settings → Upgrade  ➤
URL /wp-admin/options-general.php?page=admin-quick-panel-pricing
Aspect menu-item
HTTP status 200
Load time 0.974 s
Memory usage 3.89 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.214 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Add Post ‹ Test site — WordPress

Page screenshot: Add Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.765 s
Memory usage 6.28 MiB
JS errors None
Resource errors None

Add Page ‹ Test site — WordPress

Page screenshot: Add Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.607 s
Memory usage 6.26 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.292 s0.300 s+0.008 s3.51 MiB3.71 MiB+ 212.79 KiB
/wp-admin/edit.php0.194 s0.212 s+0.018 s3.57 MiB3.74 MiB+ 175.42 KiB
/wp-admin/post-new.php0.754 s0.730 s-0.024 s6.06 MiB6.28 MiB+ 222.69 KiB
/wp-admin/upload.php0.531 s0.420 s-0.111 s3.52 MiB3.65 MiB+ 125.42 KiB
/wp-admin/options-writing.php0.178 s0.278 s+0.100 s3.5 MiB3.63 MiB+ 128.48 KiB
/wp-admin/media-new.php0.240 s0.196 s-0.044 s3.49 MiB3.63 MiB+ 136.67 KiB
/wp-admin/edit-tags.php?taxonomy=category0.166 s0.222 s+0.056 s3.5 MiB3.68 MiB+ 178.8 KiB
/wp-admin/post-new.php?post_type=page0.589 s0.624 s+0.035 s6.05 MiB6.26 MiB+ 218.21 KiB
/wp-admin/options-discussion.php0.301 s0.428 s+0.127 s3.5 MiB3.63 MiB+ 125.6 KiB
/wp-admin/edit-comments.php0.176 s0.225 s+0.049 s3.52 MiB3.69 MiB+ 166.13 KiB
/0.272 s0.189 s-0.083 s3.43 MiB3.49 MiB+ 53.37 KiB
Average 0.336 s0.348 s+0.012 s3.97 MiB4.12 MiB+ 158.51 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
PHP97.5%30,96716,218113
CSS1.0%3211912
JavaScript0.7%235533
Markdown0.7%21401
JSON0.1%2701
Total 31,764 16,290 130

PHP Code Analysis | More results »

Lines of code 21,827
Total complexity 5,506
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 50
Methods 1,157
Functions 97

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

Meta Boxes

{
    "post": {
        "aqpanel_meta_box_featured": {
            "title": "Featured",
            "context": "side"
        }
    },
    "page": {
        "aqpanel_meta_box_featured": {
            "title": "Featured",
            "context": "side"
        }
    },
    "product": {
        "aqpanel_meta_box_featured": {
            "title": "Featured",
            "context": "side"
        }
    },
    "shop_order": {
        "aqpanel_meta_box_featured": {
            "title": "Featured",
            "context": "side"
        }
    }
}

PHP Error Log 794 lines

[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:09 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:10 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:10 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:10 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:11 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:11 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[24-Jul-2025 09:10:12 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[24-Jul-2025 09:10:12 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/admin-quick-panel/freemius/includes/managers/class-fs-key-value-storage.php on line 339

(+694 more lines)
See also: All tests for this plugin, How to Hide Admin Quick Panel Admin Menus and Meta Boxes