Sales Page Addon - Elementor & Beaver Builder 1.4

Does "Sales Page Addon - Elementor & Beaver Builder" work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

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

Page speed impact: 0.042 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 50+
WordPress.org page https://wordpress.org/plugins/sales-page-addon/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

Sales Page Addon ‹ Test site — WordPress

Page screenshot: Sales Page Addon ‹ Test site — WordPress
URL /wp-admin/admin.php?page=spa_admin_page
Requested URL /wp-admin/plugins.php?action=activate&plugin=sales-page-addon%2Fsales-page-addon.php&plugin_status=all&paged=1&s&_wpnonce=6769f5ee43
Aspect after-activation
HTTP status 200
Load time 0.963 s
Memory usage 3.5 MiB
JS errors None
Resource errors None

Sales Page Addon

Page screenshot: Sales Page Addon
URL /wp-admin/admin.php?page=spa_admin_page
Aspect menu-item
HTTP status 200
Load time 0.167 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Sales Page Addon → Contact Us

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

Sales Page Addon → Upgrade  ➤

Page screenshot: Sales Page Addon → Upgrade  ➤
URL /wp-admin/admin.php?page=spa_admin_page-pricing
Aspect menu-item
HTTP status 200
Load time 0.303 s
Memory usage 3.47 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.245 s
Memory usage 3.11 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.279 s0.271 s-0.008 s3.07 MiB3.27 MiB+ 205.8 KiB
/wp-admin/edit.php0.184 s0.235 s+0.051 s3.1 MiB3.3 MiB+ 204.8 KiB
/wp-admin/post-new.php0.719 s0.801 s+0.082 s5.02 MiB5.16 MiB+ 139.92 KiB
/wp-admin/upload.php0.489 s0.515 s+0.026 s3.02 MiB3.14 MiB+ 125.3 KiB
/wp-admin/options-writing.php0.152 s0.196 s+0.044 s3.01 MiB3.12 MiB+ 114.22 KiB
/wp-admin/media-new.php0.262 s0.275 s+0.013 s2.99 MiB3.13 MiB+ 141.02 KiB
/wp-admin/edit-tags.php?taxonomy=category0.162 s0.213 s+0.051 s3.01 MiB3.14 MiB+ 141.87 KiB
/wp-admin/post-new.php?post_type=page0.590 s0.633 s+0.043 s5.01 MiB5.15 MiB+ 135.51 KiB
/wp-admin/options-discussion.php0.200 s0.258 s+0.058 s3 MiB3.12 MiB+ 127.95 KiB
/wp-admin/edit-comments.php0.178 s0.242 s+0.064 s3.03 MiB3.15 MiB+ 128.77 KiB
/0.291 s0.333 s+0.042 s2.97 MiB3.11 MiB+ 140.69 KiB
Average 0.319 s0.361 s+0.042 s3.38 MiB3.53 MiB+ 145.99 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
JSON
Language % Lines of code Comment lines Files
PHP54.2%36,26916,649154
JSON34.6%23,144023
CSS6.7%4,5015624
JavaScript2.7%1,783786
SVG1.9%1,25904
Total 66,956 16,783 211

PHP Code Analysis | More results »

Lines of code 26,177
Total complexity 5,707
Median class complexity 10.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 61
Methods 1,188
Functions 156

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 7

PHP Error Log 504 lines

[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:38 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:39 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
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:39 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:39 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:39 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
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:40 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
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:40 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
[05-Jun-2023 01:29:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:40 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
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:40 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:40 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
[05-Jun-2023 01:29:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:40 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
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:41 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:41 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
[05-Jun-2023 01:29:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:41 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
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[05-Jun-2023 01:29:42 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/sales-page-addon/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[05-Jun-2023 01:29:42 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[05-Jun-2023 01:29:42 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

(+404 more lines)
See also: All tests for this plugin, How to Hide Sales Page Addon - Elementor & Beaver Builder Admin Menus