Floating TikTok Button 1.0.5

Does Floating TikTok Button work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 114.58 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.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 200+
WordPress.org page https://wordpress.org/plugins/floating-tiktok-button/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Floating TikTok Button Settings ‹ Test site — WordPress

Page screenshot: Floating TikTok Button Settings ‹ Test site — WordPress
URL /wp-admin/admin.php?page=floating-tiktok-button
Requested URL /wp-admin/plugins.php?action=activate&plugin=floating-tiktok-button%2Ffloating-tiktok-button.php&plugin_status=all&paged=1&s&_wpnonce=82a8b10fd1
Aspect after-activation
HTTP status 200
Load time 0.983 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Floating TikTok Button

Page screenshot: Floating TikTok Button
URL /wp-admin/admin.php?page=floating-tiktok-button
Aspect menu-item
HTTP status 200
Load time 0.431 s
Memory usage 3.09 MiB
JS errors None
Resource errors None

Floating TikTok Button → FAQ

Page screenshot: Floating TikTok Button → FAQ
URL /wp-admin/admin.php?page=floating-tiktok-button&tab=ftb-faq
Aspect menu-item-tab
HTTP status 200
Load time 0.242 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Floating TikTok Button → Contact Us

Page screenshot: Floating TikTok Button → Contact Us
URL /wp-admin/admin.php?page=floating-tiktok-button-contact
Aspect menu-item
HTTP status 200
Load time 0.167 s
Memory usage 3.11 MiB
JS errors None
Resource errors None

Floating TikTok Button → Upgrade  ➤

Page screenshot: Floating TikTok Button → Upgrade  ➤
URL /wp-admin/admin.php?page=floating-tiktok-button-pricing
Aspect menu-item
HTTP status 200
Load time 0.166 s
Memory usage 3.41 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.264 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.610 s0.250 s-0.360 s3.05 MiB3.21 MiB+ 171.37 KiB
/wp-admin/edit.php0.173 s0.197 s+0.024 s3.07 MiB3.24 MiB+ 171.68 KiB
/wp-admin/post-new.php0.742 s1.001 s+0.259 s4.97 MiB5.08 MiB+ 116.11 KiB
/wp-admin/upload.php0.759 s0.423 s-0.336 s2.99 MiB3.08 MiB+ 91.02 KiB
/wp-admin/options-writing.php0.168 s0.133 s-0.035 s2.99 MiB3.06 MiB+ 77.66 KiB
/wp-admin/media-new.php0.263 s0.225 s-0.038 s2.97 MiB3.07 MiB+ 103.2 KiB
/wp-admin/edit-tags.php?taxonomy=category0.181 s0.171 s-0.010 s2.98 MiB3.09 MiB+ 108.38 KiB
/wp-admin/post-new.php?post_type=page0.614 s0.593 s-0.021 s4.96 MiB5.07 MiB+ 107.7 KiB
/wp-admin/options-discussion.php0.205 s0.189 s-0.016 s2.98 MiB3.06 MiB+ 91.51 KiB
/wp-admin/edit-comments.php0.191 s0.192 s+0.001 s3 MiB3.09 MiB+ 90.3 KiB
/0.292 s0.202 s-0.090 s2.94 MiB3.07 MiB+ 131.5 KiB
Average 0.382 s0.325 s-0.057 s3.35 MiB3.47 MiB+ 114.58 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
CSS
Language % Lines of code Comment lines Files
PHP66.3%1,4123522
CSS26.4%562521
JavaScript6.3%13422
SVG0.8%1602
JSON0.3%701
Total 2,131 89 28

PHP Code Analysis | More results »

Lines of code 456
Total complexity 72
Median class complexity 8.0
Median method complexity 1.5
Most complex class Pagup\TikTokButton\Core\Option
Most complex function Pagup\TikTokButton\Controllers\SettingsController::page()
Classes 8
Methods 32
Functions 4

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

PHP Error Log 519 lines

[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:50 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17:50 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17:50 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:50 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17:50 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17: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 2162
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17: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 2162
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17: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 2162
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  Optional parameter $data declared before required parameter $safe is implicitly treated as a required parameter in /wp-content/plugins/floating-tiktok-button/admin/core/Plugin.php on line 8
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17: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 2162
[20-Nov-2022 14:17:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17: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 2162
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17:53 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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 14:17:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[20-Nov-2022 14:17:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[20-Nov-2022 14:17: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/floating-tiktok-button/vendor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[20-Nov-2022 14:17:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022

(+419 more lines)
See also: All tests for this plugin, How to Hide Floating TikTok Button Admin Menus