Live Scores for SportsPress 1.9.2

Does Live Scores for SportsPress work with WordPress 6.8.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 106.79 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 500+
WordPress.org page https://wordpress.org/plugins/live-scores-for-sportspress/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

Live Scores for SportsPress ‹ Test site — WordPress

Page screenshot: Live Scores for SportsPress ‹ Test site — WordPress
URL /wp-admin/admin.php?page=live-scores-for-sportspress
Requested URL /wp-admin/plugins.php?action=activate&plugin=live-scores-for-sportspress%2Flive-scores-for-sportspress.php&plugin_status=all&paged=1&s&_wpnonce=1748dcab5b
Aspect after-activation
HTTP status 200
Load time 1.166 s
Memory usage 3.89 MiB
JS errors None
Resource errors None

Test site – Just another WordPress site

Page screenshot: Test site – Just another WordPress site
URL /
Aspect front-page
HTTP status 200
Load time 0.214 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.432 s0.293 s-0.139 s3.51 MiB3.66 MiB+ 157.48 KiB
/wp-admin/edit.php0.195 s0.187 s-0.008 s3.57 MiB3.69 MiB+ 116.59 KiB
/wp-admin/post-new.php0.751 s0.608 s-0.143 s6.06 MiB6.22 MiB+ 161.28 KiB
/wp-admin/upload.php0.626 s0.318 s-0.308 s3.52 MiB3.6 MiB+ 82.66 KiB
/wp-admin/options-writing.php0.234 s0.172 s-0.062 s3.5 MiB3.59 MiB+ 86.03 KiB
/wp-admin/media-new.php0.252 s0.232 s-0.020 s3.49 MiB3.58 MiB+ 94.23 KiB
/wp-admin/edit-tags.php?taxonomy=category0.186 s0.173 s-0.013 s3.5 MiB3.6 MiB+ 99.4 KiB
/wp-admin/post-new.php?post_type=page0.593 s0.769 s+0.176 s6.05 MiB6.2 MiB+ 156.8 KiB
/wp-admin/options-discussion.php0.455 s0.258 s-0.197 s3.5 MiB3.58 MiB+ 82.53 KiB
/wp-admin/edit-comments.php0.211 s0.203 s-0.008 s3.52 MiB3.6 MiB+ 82.03 KiB
/0.283 s0.181 s-0.102 s3.43 MiB3.49 MiB+ 55.63 KiB
Average 0.383 s0.309 s-0.075 s3.97 MiB4.07 MiB+ 106.79 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
PHP94.5%35,56017,370155
JavaScript3.2%1,204826
Sass2.2%83402
CSS0.0%14011
SVG0.0%101
Total 37,613 17,452 175

PHP Code Analysis | More results »

Lines of code 25,282
Total complexity 6,256
Median class complexity 10.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 74
Methods 1,287
Functions 127

Additions

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

Options wp_options 5

PHP Error Log 492 lines

[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:52 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
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:52 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:52 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
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:54 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
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:54 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
[19-Jul-2025 09:29:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:54 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
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:54 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:54 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
[19-Jul-2025 09:29:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:54 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
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[19-Jul-2025 09:29:55 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[19-Jul-2025 09:29:55 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:55 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
[19-Jul-2025 09:29:55 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7360
[19-Jul-2025 09:29:55 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
[19-Jul-2025 09:29:56 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[19-Jul-2025 09:29:56 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/live-scores-for-sportspress/freemius/includes/managers/class-fs-key-value-storage.php on line 317

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