Tranzly - AI DeepL Translation Plugin 1.1.1

Does "Tranzly - AI DeepL Translation Plugin" work with WordPress 6.1.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 146.4 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 8,000+
WordPress.org page https://wordpress.org/plugins/tranzly/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Tranzly ‹ Test site — WordPress

Page screenshot: Tranzly ‹ Test site — WordPress
URL /wp-admin/admin.php?page=tranzly
Requested URL /wp-admin/plugins.php?action=activate&plugin=tranzly%2Ftranzly.php&plugin_status=all&paged=1&s&_wpnonce=24296b9947
Aspect after-activation
HTTP status 200
Load time 0.803 s
Memory usage 3.49 MiB
JS errors None
Resource errors None

Tranzly

Page screenshot: Tranzly
URL /wp-admin/admin.php?page=tranzly
Aspect menu-item
HTTP status 200
Load time 0.244 s
Memory usage 3.16 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.189 s
Memory usage 3.09 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

Page screenshot: Add New Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.593 s
Memory usage 5.11 MiB
JS errors None
Resource errors None

Add New Page ‹ Test site — WordPress

Page screenshot: Add New Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.517 s
Memory usage 5.1 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 1.053 s
Memory usage 5.07 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.232 s0.213 s-0.019 s3.05 MiB3.25 MiB+ 204.91 KiB
/wp-admin/edit.php0.152 s0.178 s+0.026 s3.07 MiB3.27 MiB+ 204.59 KiB
/wp-admin/post-new.php0.652 s0.852 s+0.200 s4.97 MiB5.11 MiB+ 148.42 KiB
/wp-admin/upload.php0.689 s0.268 s-0.421 s2.99 MiB3.11 MiB+ 123.25 KiB
/wp-admin/options-writing.php0.151 s0.128 s-0.023 s2.99 MiB3.1 MiB+ 110.72 KiB
/wp-admin/media-new.php0.234 s0.206 s-0.028 s2.97 MiB3.1 MiB+ 135.7 KiB
/wp-admin/edit-tags.php?taxonomy=category0.152 s0.163 s+0.011 s2.98 MiB3.12 MiB+ 143.93 KiB
/wp-admin/post-new.php?post_type=page0.540 s0.643 s+0.103 s4.96 MiB5.1 MiB+ 140.01 KiB
/wp-admin/options-discussion.php0.163 s0.252 s+0.089 s2.97 MiB3.1 MiB+ 124.56 KiB
/wp-admin/edit-comments.php0.178 s0.183 s+0.005 s3 MiB3.12 MiB+ 122.91 KiB
/0.227 s0.201 s-0.026 s2.94 MiB3.09 MiB+ 151.42 KiB
Average 0.306 s0.299 s-0.008 s3.35 MiB3.5 MiB+ 146.4 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
PO File
Language % Lines of code Comment lines Files
PHP66.5%32,80916,805120
PO File30.9%15,2408,45512
JavaScript1.4%695754
CSS0.7%3381913
Markdown0.4%21401
JSON0.1%2701
SVG0.0%1702
Total 49,340 25,354 153

PHP Code Analysis | More results »

Lines of code 23,690
Total complexity 5,880
Median class complexity 18.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 56
Methods 1,232
Functions 110

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

Sidebar Widgets 1

ID Name
tranzly_language_switcherTranzly Language Switcher

Meta Boxes

{
    "post": {
        "tranzly_box_id": {
            "title": "Tranzly Translation",
            "context": "side"
        },
        "tranzly_tranzly_box_id": {
            "title": "Tranzly Translator",
            "context": "side"
        }
    },
    "page": {
        "tranzly_box_id": {
            "title": "Tranzly Translation",
            "context": "side"
        },
        "tranzly_tranzly_box_id": {
            "title": "Tranzly Translator",
            "context": "side"
        }
    }
}

PHP Error Log 1042 lines

[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:22 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
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:22 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:22 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:22 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
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:23 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:23 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:23 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
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:24 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:24 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:24 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
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 174
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 175
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 176
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 177
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 178
[29-Nov-2022 22:01:25 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/tranzly/includes/class-tranzly-public.php on line 179
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:25 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:25 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:25 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
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[29-Nov-2022 22:01:26 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[29-Nov-2022 22:01:26 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
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[29-Nov-2022 22:01:26 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/tranzly/freemius/includes/managers/class-fs-key-value-storage.php on line 317

(+942 more lines)
See also: All tests for this plugin, How to Hide Tranzly - AI DeepL Translation Plugin Admin Menus and Meta Boxes