Royal Elementor Addons 1.3.57

Does Royal Elementor Addons work with WordPress 6.1.1 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: 105.07 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

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

Environment
WordPress version6.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 400,000+
WordPress.org page https://wordpress.org/plugins/royal-elementor-addons/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 2

Royal Elementor Addons ‹ Test site — WordPress

Page screenshot: Royal Elementor Addons ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wpr-addons
Requested URL /wp-admin/plugins.php?action=activate&plugin=royal-elementor-addons%2Fwpr-addons.php&plugin_status=all&paged=1&s&_wpnonce=23e07c5684
Aspect after-activation
HTTP status 200
Load time 0.944 s
Memory usage 3.42 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.218 s
Memory usage 3.06 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.283 s0.248 s-0.035 s3.05 MiB3.2 MiB+ 161.6 KiB
/wp-admin/edit.php0.182 s0.177 s-0.005 s3.07 MiB3.23 MiB+ 161.8 KiB
/wp-admin/post-new.php0.782 s0.931 s+0.149 s4.97 MiB5.07 MiB+ 105.89 KiB
/wp-admin/upload.php0.503 s0.278 s-0.225 s2.99 MiB3.07 MiB+ 82.05 KiB
/wp-admin/options-writing.php0.140 s0.132 s-0.008 s2.99 MiB3.06 MiB+ 69.35 KiB
/wp-admin/media-new.php0.474 s0.171 s-0.303 s2.97 MiB3.06 MiB+ 94.23 KiB
/wp-admin/edit-tags.php?taxonomy=category0.162 s0.176 s+0.014 s2.98 MiB3.08 MiB+ 99.2 KiB
/wp-admin/post-new.php?post_type=page0.636 s0.759 s+0.123 s4.96 MiB5.06 MiB+ 97.48 KiB
/wp-admin/options-discussion.php0.203 s0.238 s+0.035 s2.98 MiB3.06 MiB+ 82.57 KiB
/wp-admin/edit-comments.php0.180 s0.210 s+0.030 s3 MiB3.08 MiB+ 80.54 KiB
/0.270 s0.205 s-0.065 s2.94 MiB3.06 MiB+ 121.1 KiB
Average 0.347 s0.320 s-0.026 s3.35 MiB3.46 MiB+ 105.07 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
CSS
JavaScript
Language % Lines of code Comment lines Files
PHP77.5%141,93420,428305
CSS11.9%21,75275626
JavaScript10.5%19,1592,98625
Markdown0.1%21401
SVG0.0%4701
JSON0.0%2802
Total 183,134 24,170 360

PHP Code Analysis | More results »

Lines of code 132,827
Total complexity 11,119
Median class complexity 11.0
Median method complexity 1.0
Most complex class Freemius
Most complex function WprAddons\Modules\Grid\Widgets\Wpr_Grid::register_controls()
Classes 230
Methods 3,021
Functions 154

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

[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:47 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:48 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7022
[09-Dec-2022 09:24:48 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2162
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 375
[09-Dec-2022 09:24:49 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 389
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 309
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 317
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 301
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 313
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 328
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 339
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 350
[09-Dec-2022 09:24:50 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/royal-elementor-addons/freemius/includes/managers/class-fs-key-value-storage.php on line 362

(+418 more lines)
See also: All tests for this plugin, How to Hide the "Royal Elementor Addons" Admin Menu