TK Google Fonts 2.2.6

Does TK Google Fonts work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 130.55 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.021 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.1.1
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/tk-google-fonts/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

TK Google Fonts ‹ Test site — WordPress

Page screenshot: TK Google Fonts ‹ Test site — WordPress
URL /wp-admin/themes.php?page=tk-google-fonts-options
Requested URL /wp-admin/plugins.php?action=activate&plugin=tk-google-fonts%2Ftk-google-fonts.php&plugin_status=all&paged=1&s&_wpnonce=c585bac5cb
Aspect after-activation
HTTP status 200
Load time 1.566 s
Memory usage 3.46 MiB
JS errors None
Resource errors None

Appearance → TK Google Fonts

Page screenshot: Appearance → TK Google Fonts
URL /wp-admin/themes.php?page=tk-google-fonts-options
Aspect menu-item
HTTP status 200
Load time 0.162 s
Memory usage 3.08 MiB
JS errors None
Resource errors None

Appearance → Contact Us

Page screenshot: Appearance → Contact Us
URL /wp-admin/themes.php?page=tk-google-fonts-options-contact
Aspect menu-item
HTTP status 200
Load time 0.177 s
Memory usage 3.13 MiB
JS errors None
Resource errors None

Appearance → Upgrade  ➤

Page screenshot: Appearance → Upgrade  ➤
URL /wp-admin/themes.php?page=tk-google-fonts-options-pricing
Aspect menu-item
HTTP status 200
Load time 0.201 s
Memory usage 3.15 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.222 s
Memory usage 3.07 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.272 s0.283 s+0.011 s3.05 MiB3.23 MiB+ 190.4 KiB
/wp-admin/edit.php0.168 s0.197 s+0.029 s3.07 MiB3.26 MiB+ 189.73 KiB
/wp-admin/post-new.php0.766 s1.149 s+0.383 s4.97 MiB5.09 MiB+ 128.11 KiB
/wp-admin/upload.php0.551 s0.488 s-0.063 s2.99 MiB3.1 MiB+ 108.48 KiB
/wp-admin/options-writing.php0.137 s0.167 s+0.030 s2.99 MiB3.08 MiB+ 97.52 KiB
/wp-admin/media-new.php0.481 s0.269 s-0.212 s2.97 MiB3.09 MiB+ 121.24 KiB
/wp-admin/edit-tags.php?taxonomy=category0.168 s0.202 s+0.034 s2.98 MiB3.11 MiB+ 128.85 KiB
/wp-admin/post-new.php?post_type=page0.624 s0.641 s+0.017 s4.96 MiB5.08 MiB+ 118.75 KiB
/wp-admin/options-discussion.php0.198 s0.229 s+0.031 s2.98 MiB3.08 MiB+ 111.36 KiB
/wp-admin/edit-comments.php0.185 s0.221 s+0.036 s3 MiB3.11 MiB+ 109.08 KiB
/0.280 s0.216 s-0.064 s2.94 MiB3.07 MiB+ 132.58 KiB
Average 0.348 s0.369 s+0.021 s3.35 MiB3.48 MiB+ 130.55 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
Language % Lines of code Comment lines Files
PHP82.5%8,143744120
JavaScript15.9%1,572835
CSS1.4%143315
JSON0.1%901
Total 9,867 830 141

PHP Code Analysis | More results »

Lines of code 2,057
Total complexity 6,103
Median class complexity 17.0
Median method complexity 2.0
Most complex class Freemius
Most complex function tk_google_fonts_customize_css()
Classes 50
Methods 1,254
Functions 114

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 430 lines

[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:37 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:39 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:40 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:41 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:42 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5
[16-Dec-2022 19:17:43 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/tk-google-fonts/includes/resources/freemius/includes/managers/class-fs-key-value-storage.php on line 5

(+330 more lines)
See also: All tests for this plugin, How to Hide TK Google Fonts Admin Menus