Auto Set Admin Colour on Staging and Dev 4.0.0

Does "Auto Set Admin Colour on Staging and Dev" work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 115.06 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/set-admin-colour-on-staging-and-dev/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=set-admin-colour-on-staging-and-dev%2Findex.php&plugin_status=all&paged=1&s&_wpnonce=e68ad55b7d
Aspect after-activation
HTTP status 200
Load time 0.799 s
Memory usage 3.66 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.212 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.371 s0.317 s-0.054 s3.51 MiB3.67 MiB+ 166.1 KiB
/wp-admin/edit.php0.223 s0.244 s+0.021 s3.57 MiB3.69 MiB+ 125.9 KiB
/wp-admin/post-new.php0.865 s0.673 s-0.192 s6.06 MiB6.22 MiB+ 164.38 KiB
/wp-admin/upload.php0.840 s0.390 s-0.450 s3.52 MiB3.61 MiB+ 91.22 KiB
/wp-admin/options-writing.php0.218 s0.195 s-0.023 s3.5 MiB3.59 MiB+ 94.62 KiB
/wp-admin/media-new.php0.290 s0.213 s-0.077 s3.49 MiB3.59 MiB+ 102.78 KiB
/wp-admin/edit-tags.php?taxonomy=category0.192 s0.365 s+0.173 s3.5 MiB3.61 MiB+ 107.95 KiB
/wp-admin/post-new.php?post_type=page0.789 s0.728 s-0.061 s6.05 MiB6.21 MiB+ 164.24 KiB
/wp-admin/options-discussion.php0.297 s0.436 s+0.139 s3.5 MiB3.59 MiB+ 91.12 KiB
/wp-admin/edit-comments.php0.225 s0.220 s-0.005 s3.52 MiB3.61 MiB+ 90.62 KiB
/0.337 s0.215 s-0.122 s3.43 MiB3.5 MiB+ 66.72 KiB
Average 0.422 s0.363 s-0.059 s3.97 MiB4.08 MiB+ 115.06 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
PHP100.0%74229010
Total 742 290 10

PHP Code Analysis | More results »

Lines of code 746
Total complexity 94
Median class complexity 13.5
Median method complexity 2.0
Most complex class Staging_Admin_Style\Admin\Admin_Settings
Most complex function Staging_Admin_Style\Admin\Admin_Settings::meta_box_schemes()
Classes 6
Methods 40
Functions 2

Additions

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

Options wp_options 7

PHP Error Log 485 lines

[23-Jul-2025 09:37:14 UTC] PHP Deprecated:  Optional parameter $type declared before required parameter $wrapper is implicitly treated as a required parameter in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/class-fs-logger.php on line 145
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:14 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:15 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:16 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37:17 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[23-Jul-2025 09:37: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 2195
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[23-Jul-2025 09:37: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/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328

(+385 more lines)
See also: All tests for this plugin