Video Player for YouTube 1.5.2

Does Video Player for YouTube work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 166.61 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.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 2,000+
WordPress.org page https://wordpress.org/plugins/yt-player/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/admin.php?page=yt-player
Requested URL /wp-admin/plugins.php?action=activate&plugin=yt-player%2Fyt-player.php&plugin_status=all&paged=1&s&_wpnonce=eaf5d7b34b
Aspect after-activation
HTTP status 200
Load time 1.406 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

YT Players

Page screenshot: YT Players
URL /wp-admin/edit.php?post_type=ytplayer
Aspect menu-item
HTTP status 200
Load time 0.496 s
Memory usage 3.23 MiB
JS errors None
Resource errors None

YT Players → Add New Player

Page screenshot: YT Players → Add New Player
URL /wp-admin/post-new.php?post_type=ytplayer
Aspect menu-item
HTTP status 200
Load time 0.566 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

YT Players → How To Use

Page screenshot: YT Players → How To Use
URL /wp-admin/edit.php?post_type=ytplayer&page=ytp_howto
Aspect menu-item
HTTP status 200
Load time 0.463 s
Memory usage 3.16 MiB
JS errors None
Resource errors None

YT Players → Contact Us

Page screenshot: YT Players → Contact Us
URL /wp-admin/edit.php?post_type=ytplayer&page=yt-player-contact
Aspect menu-item
HTTP status 200
Load time 0.508 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

YT Players → Support Forum

Page screenshot: YT Players → Support Forum
URL https://wordpress.org/support/plugin/yt-player/
Requested URL /wp-admin/edit.php?post_type=ytplayer&page=yt-player-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.722 s
Memory usage N/A
JS errors None
Resource errors None

YT Players → Upgrade  ➤

Page screenshot: YT Players → Upgrade  ➤
URL /wp-admin/edit.php?post_type=ytplayer&page=yt-player-pricing
Aspect menu-item
HTTP status 200
Load time 0.873 s
Memory usage 3.51 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.297 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.283 s0.404 s+0.121 s3.07 MiB3.29 MiB+ 227.3 KiB
/wp-admin/edit.php0.186 s0.217 s+0.031 s3.1 MiB3.32 MiB+ 226.92 KiB
/wp-admin/post-new.php0.742 s0.883 s+0.141 s5.02 MiB5.18 MiB+ 165.84 KiB
/wp-admin/upload.php0.531 s0.309 s-0.222 s3.02 MiB3.16 MiB+ 146.32 KiB
/wp-admin/options-writing.php0.169 s0.167 s-0.002 s3.01 MiB3.14 MiB+ 133.08 KiB
/wp-admin/media-new.php0.285 s0.211 s-0.074 s2.99 MiB3.15 MiB+ 157.77 KiB
/wp-admin/edit-tags.php?taxonomy=category0.213 s0.191 s-0.022 s3.01 MiB3.17 MiB+ 163.68 KiB
/wp-admin/post-new.php?post_type=page0.578 s0.738 s+0.160 s5.01 MiB5.17 MiB+ 161.43 KiB
/wp-admin/options-discussion.php0.212 s0.282 s+0.070 s3 MiB3.14 MiB+ 146.81 KiB
/wp-admin/edit-comments.php0.205 s0.216 s+0.011 s3.03 MiB3.17 MiB+ 145.58 KiB
/0.292 s0.223 s-0.069 s2.97 MiB3.12 MiB+ 157.96 KiB
Average 0.336 s0.349 s+0.013 s3.38 MiB3.55 MiB+ 166.61 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
JavaScript
PO File
Sass
Language % Lines of code Comment lines Files
PHP65.6%45,69917,540202
JavaScript9.7%6,7435447
PO File9.3%6,5003,59120
Sass8.1%5,672316
CSS7.2%4,99151215
JSON0.0%1501
SVG0.0%202
Total 69,622 22,190 263

PHP Code Analysis | More results »

Lines of code 28,982
Total complexity 7,309
Median class complexity 14.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 115
Methods 1,419
Functions 121

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 6

Custom Post Types 1

ID Name
ytplayerYT Players

Meta Boxes

{
    "ytplayer": {
        "_ytp": {
            "title": "Configure Your Video Player",
            "context": "advanced"
        }
    }
}

PHP Error Log 853 lines

[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:44 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 20:04:45 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:45 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:45 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 20:04:45 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:46 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:46 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 20:04:46 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 20:04:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 20:04:47 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/yt-player/freemius/includes/managers/class-fs-key-value-storage.php on line 317

(+753 more lines)
See also: All tests for this plugin, How to Hide Video Player for YouTube Admin Menus and Meta Boxes