Post Grid for Elementor & Product Grid | PowerGrids 1.1.1

Does "Post Grid for Elementor & Product Grid | PowerGrids" work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

Page speed impact: insignificant.
The plugin didn't make the site noticeably slower.

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 40+
WordPress.org page https://wordpress.org/plugins/post-grid-for-elementor/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

‹ Test site — WordPress

Page screenshot: ‹ Test site — WordPress
URL /wp-admin/admin.php?page=post-grid-for-elementor
Requested URL /wp-admin/plugins.php?action=activate&plugin=post-grid-for-elementor%2Fpost-grid-for-elementor.php&plugin_status=all&paged=1&s&_wpnonce=c7b381c454
Aspect after-activation
HTTP status 200
Load time 0.896 s
Memory usage 3.45 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.246 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.php0.736 s0.326 s-0.410 s3.07 MiB3.22 MiB+ 156.81 KiB
/wp-admin/edit.php0.188 s0.248 s+0.060 s3.1 MiB3.25 MiB+ 156.5 KiB
/wp-admin/post-new.php0.721 s0.927 s+0.206 s5.02 MiB5.12 MiB+ 97.18 KiB
/wp-admin/upload.php0.533 s0.261 s-0.272 s3.02 MiB3.09 MiB+ 75.84 KiB
/wp-admin/options-writing.php0.166 s0.138 s-0.028 s3.01 MiB3.07 MiB+ 62.59 KiB
/wp-admin/media-new.php0.286 s0.358 s+0.072 s2.99 MiB3.08 MiB+ 88.02 KiB
/wp-admin/edit-tags.php?taxonomy=category0.199 s0.217 s+0.018 s3.01 MiB3.1 MiB+ 93.2 KiB
/wp-admin/post-new.php?post_type=page0.585 s0.632 s+0.047 s5.01 MiB5.1 MiB+ 92.77 KiB
/wp-admin/options-discussion.php0.213 s0.211 s-0.002 s3 MiB3.07 MiB+ 76.33 KiB
/wp-admin/edit-comments.php0.207 s0.216 s+0.009 s3.03 MiB3.1 MiB+ 75.13 KiB
/0.320 s0.214 s-0.106 s2.97 MiB3.09 MiB+ 123.05 KiB
Average 0.378 s0.341 s-0.037 s3.38 MiB3.48 MiB+ 99.76 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
Language % Lines of code Comment lines Files
PHP96.1%31,89416,563115
LESS1.3%433381
CSS1.1%3561012
JavaScript0.8%266835
Markdown0.6%21401
JSON0.1%2701
Total 33,190 16,694 135

PHP Code Analysis | More results »

Lines of code 22,449
Total complexity 5,438
Median class complexity 14.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 48
Methods 1,149
Functions 101

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 5

PHP Error Log 525 lines

[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40: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/post-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:27 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:27 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:27 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:27 UTC] PHP Deprecated:  strip_tags(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-admin/admin-header.php on line 36
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:28 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:28 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:28 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[28-May-2023 17:40:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[28-May-2023 17:40:29 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[28-May-2023 17:40:30 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-grid-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309

(+425 more lines)
See also: All tests for this plugin