Contact Form Redux 1.3.5

Does Contact Form Redux work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 122.41 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 20+
WordPress.org page https://wordpress.org/plugins/contact-form-redux/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 6

Plugins ‹ Test site — WordPress

Page screenshot: Plugins ‹ Test site — WordPress
URL /wp-admin/plugins.php?plugin_status=all&paged=1&s
Requested URL /wp-admin/plugins.php?action=activate&plugin=contact-form-redux%2Fcontact-form-redux.php&plugin_status=all&paged=1&s&_wpnonce=7fa4fb046e
Aspect after-activation
HTTP status 200
Load time 0.423 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

Contact

Page screenshot: Contact
URL /wp-admin/admin.php?page=cfredux
Aspect menu-item
HTTP status 200
Load time 0.236 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Contact → Add New

Page screenshot: Contact → Add New
URL /wp-admin/admin.php?page=cfredux-new
Aspect menu-item
HTTP status 200
Load time 0.479 s
Memory usage 3.28 MiB
JS errors None
Resource errors None

Contact → Integration

Page screenshot: Contact → Integration
URL /wp-admin/admin.php?page=cfredux-integration
Aspect menu-item
HTTP status 200
Load time 0.255 s
Memory usage 3.12 MiB
JS errors None
Resource errors None

Contact → Options

Page screenshot: Contact → Options
URL /wp-admin/admin.php?page=cfredux-options
Aspect menu-item
HTTP status 200
Load time 0.146 s
Memory usage 3.12 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.273 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.298 s0.274 s-0.024 s3.07 MiB3.2 MiB+ 129.43 KiB
/wp-admin/edit.php0.202 s0.186 s-0.016 s3.1 MiB3.23 MiB+ 129.39 KiB
/wp-admin/post-new.php0.767 s0.972 s+0.205 s5.02 MiB5.16 MiB+ 144.98 KiB
/wp-admin/upload.php0.598 s0.589 s-0.009 s3.02 MiB3.13 MiB+ 112.76 KiB
/wp-admin/options-writing.php0.185 s0.181 s-0.004 s3.01 MiB3.11 MiB+ 99.53 KiB
/wp-admin/media-new.php0.352 s0.262 s-0.090 s2.99 MiB3.11 MiB+ 124.95 KiB
/wp-admin/edit-tags.php?taxonomy=category0.189 s0.185 s-0.004 s3.01 MiB3.13 MiB+ 130.16 KiB
/wp-admin/post-new.php?post_type=page0.637 s0.614 s-0.023 s5.01 MiB5.15 MiB+ 140.59 KiB
/wp-admin/options-discussion.php0.214 s0.246 s+0.032 s3 MiB3.11 MiB+ 113.27 KiB
/wp-admin/edit-comments.php0.214 s0.222 s+0.008 s3.03 MiB3.14 MiB+ 112.06 KiB
/0.313 s0.226 s-0.087 s3.03 MiB3.14 MiB+ 109.38 KiB
Average 0.361 s0.360 s-0.001 s3.39 MiB3.51 MiB+ 122.41 KiB

Code Statistics

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

PHP
Language % Lines of code Comment lines Files
PHP88.2%11,64525145
JavaScript7.9%1,049873
CSS3.9%516514
Total 13,210 389 52

PHP Code Analysis | More results »

Lines of code 11,703
Total complexity 1,683
Median class complexity 20.5
Median method complexity 2.0
Most complex class CFREDUX_ContactForm
Most complex function cfredux_load_contact_form_admin()
Classes 20
Methods 240
Functions 215

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 1

Custom Post Types 1

ID Name
cfredux_contact_formContact Forms

PHP Error Log 175 lines

[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:50 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1104
[22-Jun-2023 14:31:51 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1105
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1104
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1105
[22-Jun-2023 14:31:52 UTC] PHP Deprecated:  trim(): Passing null to parameter #1 ($string) of type string is deprecated in /wp-content/plugins/contact-form-redux/admin/edit-contact-form.php on line 307
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1104
[22-Jun-2023 14:31:53 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/contact-form-redux/admin/admin.php on line 1105
[22-Jun-2023 14:31:54 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:54 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:54 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:54 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:55 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:55 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:55 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:55 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:56 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:57 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:58 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:31:59 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:32:00 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395
[22-Jun-2023 14:32:00 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetGet($offset) 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/contact-form-redux/includes/form-tag.php on line 386
[22-Jun-2023 14:32:00 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetSet($offset, $value) 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/contact-form-redux/includes/form-tag.php on line 379
[22-Jun-2023 14:32:00 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetUnset($offset) 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/contact-form-redux/includes/form-tag.php on line 400
[22-Jun-2023 14:32:00 UTC] PHP Deprecated:  Return type of CFREDUX_FormTag::offsetExists($offset) 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/contact-form-redux/includes/form-tag.php on line 395

(+75 more lines)
See also: All tests for this plugin, How to Hide Contact Form Redux Admin Menus