Primary Addon for Elementor 1.5.2

Does Primary Addon for Elementor work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 130.69 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 8,000+
WordPress.org page https://wordpress.org/plugins/primary-addon-for-elementor/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Primary Addon for Elementor ‹ Test site — WordPress

Page screenshot: Primary Addon for Elementor ‹ Test site — WordPress
URL /wp-admin/admin.php?page=napae_admin_page
Requested URL /wp-admin/plugins.php?action=activate&plugin=primary-addon-for-elementor%2Fprimary-addon-for-elementor.php&plugin_status=all&paged=1&s&_wpnonce=0a57066578
Aspect after-activation
HTTP status 200
Load time 0.934 s
Memory usage 3.48 MiB
JS errors None
Resource errors None

Primary Addon

Page screenshot: Primary Addon
URL /wp-admin/admin.php?page=napae_admin_page
Aspect menu-item
HTTP status 200
Load time 0.139 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Primary Addon → Enable & Disable

Page screenshot: Primary Addon → Enable & Disable
URL /wp-admin/admin.php?page=napae_admin_sub_page
Aspect menu-item
HTTP status 200
Load time 0.153 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Primary Addon → Contact Us

Page screenshot: Primary Addon → Contact Us
URL /wp-admin/admin.php?page=napae_admin_page-contact
Aspect menu-item
HTTP status 200
Load time 0.137 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Primary Addon → Upgrade  ➤

Page screenshot: Primary Addon → Upgrade  ➤
URL /wp-admin/admin.php?page=napae_admin_page-pricing
Aspect menu-item
HTTP status 200
Load time 0.176 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.476 s
Memory usage 3.1 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.756 s0.274 s-0.482 s3.07 MiB3.26 MiB+ 190.45 KiB
/wp-admin/edit.php0.186 s0.193 s+0.007 s3.1 MiB3.28 MiB+ 190.14 KiB
/wp-admin/post-new.php0.736 s1.036 s+0.300 s5.02 MiB5.14 MiB+ 125.15 KiB
/wp-admin/upload.php0.537 s0.447 s-0.090 s3.02 MiB3.12 MiB+ 109.48 KiB
/wp-admin/options-writing.php0.170 s0.145 s-0.025 s3.01 MiB3.11 MiB+ 96.17 KiB
/wp-admin/media-new.php0.266 s0.195 s-0.071 s2.99 MiB3.11 MiB+ 121.66 KiB
/wp-admin/edit-tags.php?taxonomy=category0.227 s0.184 s-0.043 s3.01 MiB3.13 MiB+ 126.84 KiB
/wp-admin/post-new.php?post_type=page0.584 s0.606 s+0.022 s5.01 MiB5.13 MiB+ 120.73 KiB
/wp-admin/options-discussion.php0.212 s0.223 s+0.011 s3 MiB3.11 MiB+ 109.91 KiB
/wp-admin/edit-comments.php0.205 s0.187 s-0.018 s3.03 MiB3.13 MiB+ 108.77 KiB
/0.287 s0.371 s+0.084 s2.97 MiB3.1 MiB+ 138.25 KiB
Average 0.379 s0.351 s-0.028 s3.38 MiB3.51 MiB+ 130.69 KiB

Code Statistics

Note: Third-party libraries and minified JS/CSS files are excluded from these statistics where possible, so the numbers you see here may be lower than those reported by other tools.

PHP
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP66.4%50,82917,046140
JavaScript18.0%13,7824,33016
CSS13.0%9,93414822
SVG2.5%1,947011
JSON0.0%303
Total 76,495 21,524 192

PHP Code Analysis | More results »

Lines of code 41,708
Total complexity 6,672
Median class complexity 27.5
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 72
Methods 1,291
Functions 159

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

[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:51 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
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:51 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/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:51 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:51 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
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:52 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:52 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:52 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:53 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:53 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:53 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetExists($k) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetGet($k) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetSet($k, $v) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::offsetUnset($k) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::current() should either be compatible with Iterator::current(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::next() should either be compatible with Iterator::next(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::key() should either be compatible with Iterator::key(): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::valid() should either be compatible with Iterator::valid(): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::rewind() should either be compatible with Iterator::rewind(): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[22-May-2023 01:40:54 UTC] PHP Deprecated:  Return type of FS_Key_Value_Storage::count() should either be compatible with Countable::count(): int, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/primary-addon-for-elementor/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[22-May-2023 01:40:54 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[22-May-2023 01:40:54 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

(+418 more lines)
See also: All tests for this plugin, How to Hide Primary Addon for Elementor Admin Menus