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.1 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.1
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=8efc238fb5
Aspect after-activation
HTTP status 200
Load time 0.726 s
Memory usage 3.67 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.209 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.346 s0.286 s-0.060 s3.51 MiB3.67 MiB+ 166.1 KiB
/wp-admin/edit.php0.197 s0.226 s+0.029 s3.57 MiB3.69 MiB+ 125.9 KiB
/wp-admin/post-new.php0.765 s0.650 s-0.115 s6.06 MiB6.22 MiB+ 164.38 KiB
/wp-admin/upload.php0.738 s0.719 s-0.019 s3.52 MiB3.61 MiB+ 91.22 KiB
/wp-admin/options-writing.php0.248 s0.206 s-0.042 s3.5 MiB3.59 MiB+ 94.62 KiB
/wp-admin/media-new.php0.280 s0.205 s-0.075 s3.49 MiB3.59 MiB+ 102.78 KiB
/wp-admin/edit-tags.php?taxonomy=category0.204 s0.209 s+0.005 s3.5 MiB3.61 MiB+ 107.95 KiB
/wp-admin/post-new.php?post_type=page0.606 s0.639 s+0.033 s6.05 MiB6.21 MiB+ 164.24 KiB
/wp-admin/options-discussion.php0.282 s0.254 s-0.028 s3.5 MiB3.59 MiB+ 91.12 KiB
/wp-admin/edit-comments.php0.425 s0.212 s-0.213 s3.52 MiB3.61 MiB+ 90.62 KiB
/0.318 s0.196 s-0.122 s3.43 MiB3.5 MiB+ 66.72 KiB
Average 0.401 s0.346 s-0.055 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

[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13:28 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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13: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 2195
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[07-May-2025 22:13:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2195
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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
[07-May-2025 22:13: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

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