[
{
"message": "TypeError: Cannot read properties of undefined (reading 'fromTextArea')\n at Object.1 (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:104:8)\n at o (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:64:12)\n at e (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:84:3)\n at /wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:86:3",
"trace": null,
"code": null
}
]
Resource errors
None
Post Snippets → Add Custom JS
URL
/wp-admin/admin.php?page=post-snippets-edit-js
Aspect
menu-item
HTTP status
200
Load time
0.659 s
Memory usage
3.31 MiB
JS errors
[
{
"message": "TypeError: Cannot read properties of undefined (reading 'fromTextArea')\n at Object.1 (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:104:8)\n at o (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:64:12)\n at e (/wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:84:3)\n at /wp-content/plugins/post-snippets/assets/edit.js?ver=6.1.1:86:3",
"trace": null,
"code": null
}
]
Resource errors
None
Post Snippets → Options
URL
/wp-admin/admin.php?page=post-snippets-options
Aspect
menu-item
HTTP status
200
Load time
0.157 s
Memory usage
3.16 MiB
JS errors
None
Resource errors
None
Post Snippets → Import/Export
URL
/wp-admin/admin.php?page=post-snippets-imp-exp
Aspect
menu-item
HTTP status
200
Load time
0.153 s
Memory usage
3.3 MiB
JS errors
None
Resource errors
None
Post Snippets → News
URL
/wp-admin/admin.php?page=post-snippets-news
Aspect
menu-item
HTTP status
200
Load time
0.355 s
Memory usage
3.15 MiB
JS errors
None
Resource errors
None
Test site – Just another WordPress site
URL
/
Aspect
front-page
HTTP status
200
Load time
0.199 s
Memory usage
3.09 MiB
JS errors
None
Resource errors
None
Benchmark
URL
Load time
Memory usage
Inactive
Active
Change
Inactive
Active
Change
/wp-admin/index.php
0.268 s
0.327 s
+0.059 s
3.05 MiB
3.28 MiB
+ 237.78 KiB
/wp-admin/edit.php
0.176 s
0.205 s
+0.029 s
3.07 MiB
3.3 MiB
+ 235.81 KiB
/wp-admin/post-new.php
0.725 s
0.866 s
+0.141 s
4.97 MiB
5.08 MiB
+ 114.52 KiB
/wp-admin/upload.php
0.760 s
0.339 s
-0.421 s
2.99 MiB
3.14 MiB
+ 156.59 KiB
/wp-admin/options-writing.php
0.248 s
0.165 s
-0.083 s
2.99 MiB
3.13 MiB
+ 145.75 KiB
/wp-admin/media-new.php
0.277 s
0.205 s
-0.072 s
2.97 MiB
3.13 MiB
+ 169.02 KiB
/wp-admin/edit-tags.php?taxonomy=category
0.176 s
0.198 s
+0.022 s
2.98 MiB
3.17 MiB
+ 194.2 KiB
/wp-admin/post-new.php?post_type=page
0.639 s
0.780 s
+0.141 s
4.96 MiB
5.07 MiB
+ 110.15 KiB
/wp-admin/options-discussion.php
0.201 s
0.272 s
+0.071 s
2.97 MiB
3.13 MiB
+ 158.65 KiB
/wp-admin/edit-comments.php
0.234 s
0.213 s
-0.021 s
3 MiB
3.16 MiB
+ 161.16 KiB
/
0.267 s
0.196 s
-0.071 s
2.94 MiB
3.09 MiB
+ 147.6 KiB
Average
0.361 s
0.342 s
-0.019 s
3.35 MiB
3.52 MiB
+ 166.48 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.
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.
Database Tables 2
wp_pspro_groups
wp_pspro_snippets
Options wp_options7
fs_accounts
fs_active_plugins
fs_api_cache
fs_debug_mode
fs_gdpr
post_snippets_version
psp_db_version
PHP Error Log 644 lines
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:33 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:34 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:34 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
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:34 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:34 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:34 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
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:35 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:35 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:35 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
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-Nov-2022 23:25:36 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/post-snippets/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-Nov-2022 23:25:36 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:36 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
[28-Nov-2022 23:25:36 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:36 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
[28-Nov-2022 23:25:36 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:36 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
[28-Nov-2022 23:25:36 UTC] PHP Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[28-Nov-2022 23:25:36 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
(+544 more lines)