Auto Set Admin Colour on Staging and Dev 4.0.0

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

Summary

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

Memory usage: 99.68 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.5.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=f23fb26e9c
Aspect after-activation
HTTP status 200
Load time 1.003 s
Memory usage 3.59 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.278 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.489 s0.410 s-0.079 s3.44 MiB3.6 MiB+ 166.59 KiB
/wp-admin/edit.php0.264 s0.264 s+0.000 s3.46 MiB3.62 MiB+ 166.62 KiB
/wp-admin/post-new.php1.039 s0.688 s-0.351 s5.59 MiB5.69 MiB+ 102.48 KiB
/wp-admin/upload.php0.711 s0.421 s-0.290 s3.38 MiB3.47 MiB+ 88.08 KiB
/wp-admin/options-writing.php0.268 s0.238 s-0.030 s3.37 MiB3.45 MiB+ 77.95 KiB
/wp-admin/media-new.php0.344 s0.499 s+0.155 s3.35 MiB3.45 MiB+ 98.52 KiB
/wp-admin/edit-tags.php?taxonomy=category0.233 s0.308 s+0.075 s3.37 MiB3.47 MiB+ 103.31 KiB
/wp-admin/post-new.php?post_type=page0.657 s0.640 s-0.017 s5.59 MiB5.69 MiB+ 102.41 KiB
/wp-admin/options-discussion.php0.449 s0.337 s-0.112 s3.36 MiB3.45 MiB+ 90.84 KiB
/wp-admin/edit-comments.php0.289 s0.264 s-0.025 s3.39 MiB3.47 MiB+ 85.27 KiB
/0.384 s0.246 s-0.138 s3.42 MiB3.43 MiB+ 14.4 KiB
Average 0.466 s0.392 s-0.074 s3.79 MiB3.89 MiB+ 99.68 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 515 lines

[17-Apr-2024 15:45:29 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
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2187
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 309
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 317
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 301
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 313
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 328
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 339
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 350
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 362
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 375
[17-Apr-2024 15:45:31 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/set-admin-colour-on-staging-and-dev/includes/vendor/freemius/wordpress-sdk/includes/managers/class-fs-key-value-storage.php on line 389
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7288
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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
[17-Apr-2024 15:45:32 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

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