Contact Form 7 AWeber Extension 0.1.38

Does "Contact Form 7 AWeber Extension" work with WordPress 6.3.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 228.22 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.3.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 1,000+
WordPress.org page https://wordpress.org/plugins/integrate-contact-form-7-and-aweber/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 5

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=integrate-contact-form-7-and-aweber%2Fcf7-awb-ext.php&plugin_status=all&paged=1&s&_wpnonce=5a92c61751
Aspect after-activation
HTTP status 200
Load time 1.011 s
Memory usage 4.46 MiB
JS errors None
Resource errors None

Contact

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

Contact → Add New

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

Contact → Integration

Page screenshot: Contact → Integration
URL /wp-admin/admin.php?page=wpcf7-integration
Aspect menu-item
HTTP status 200
Load time 0.207 s
Memory usage 2.96 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.239 s
Memory usage 3.43 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.396 s0.306 s-0.090 s2.82 MiB3.05 MiB+ 227.74 KiB
/wp-admin/edit.php0.234 s0.218 s-0.016 s2.85 MiB3.07 MiB+ 227.27 KiB
/wp-admin/post-new.php0.830 s0.679 s-0.151 s5.21 MiB5.44 MiB+ 231.86 KiB
/wp-admin/upload.php0.833 s0.471 s-0.362 s2.77 MiB2.97 MiB+ 211.82 KiB
/wp-admin/options-writing.php0.250 s0.191 s-0.059 s2.76 MiB2.96 MiB+ 204.04 KiB
/wp-admin/media-new.php0.323 s0.173 s-0.150 s2.74 MiB2.96 MiB+ 223.64 KiB
/wp-admin/edit-tags.php?taxonomy=category0.207 s0.190 s-0.017 s2.76 MiB2.98 MiB+ 228.84 KiB
/wp-admin/post-new.php?post_type=page0.701 s0.616 s-0.085 s5.21 MiB5.43 MiB+ 227.51 KiB
/wp-admin/options-discussion.php0.244 s0.216 s-0.028 s2.75 MiB2.96 MiB+ 213.83 KiB
/wp-admin/edit-comments.php0.502 s0.203 s-0.299 s2.78 MiB2.98 MiB+ 210.73 KiB
/0.300 s0.205 s-0.095 s3.13 MiB3.43 MiB+ 303.19 KiB
Average 0.438 s0.315 s-0.123 s3.25 MiB3.48 MiB+ 228.22 KiB

Code Statistics

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

PHP
JavaScript
CSS
Language % Lines of code Comment lines Files
PHP81.2%2,2751,44226
JavaScript9.5%266512
CSS9.3%262291
Total 2,803 1,522 29

PHP Code Analysis | More results »

Lines of code 2,052
Total complexity 438
Median class complexity 5.0
Median method complexity 1.0
Most complex class OAuthApplication
Most complex function wpcf7_awb_add_aweber_prueba()
Classes 21
Methods 122
Functions 45

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 4

Custom Post Types 1

ID Name
wpcf7_contact_formContact Forms

PHP Error Log 823 lines

[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Optional parameter $logenabled declared before required parameter $consumerSecret is implicitly treated as a required parameter in /wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php on line 588
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Optional parameter $idform declared before required parameter $consumerSecret is implicitly treated as a required parameter in /wp-content/plugins/integrate-contact-form-7-and-aweber/lib/functions.php on line 588
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 56
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 40
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 56
[02-Sep-2023 01:48:53 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 40
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 56
[02-Sep-2023 01:48:54 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 40
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 56
[02-Sep-2023 01:48:55 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 40
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 165
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 213
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 163
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 164
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 239
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 247
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 243
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 255
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 251
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberCollection::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_collection.php on line 265
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 22
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 26
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 30
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 36
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 18
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 44
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 52
[02-Sep-2023 01:48:56 UTC] PHP Deprecated:  Return type of AWeberEntryDataArray::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/integrate-contact-form-7-and-aweber/api/aweber_api/aweber_entry_data_array.php on line 48

(+723 more lines)
See also: All tests for this plugin, How to Hide Contact Form 7 AWeber Extension Admin Menus