Contact Form 7 AWeber Extension 0.1.40

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

Summary

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

Memory usage: 299.66 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.8.3
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=1b04a97444
Aspect after-activation
HTTP status 200
Load time 1.300 s
Memory usage 5.31 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.219 s
Memory usage 3.97 MiB
JS errors None
Resource errors None

Contact → Add Contact Form

Page screenshot: Contact → Add Contact Form
URL /wp-admin/admin.php?page=wpcf7-new
Aspect menu-item
HTTP status 200
Load time 0.471 s
Memory usage 4.08 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.178 s
Memory usage 3.92 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.249 s
Memory usage 3.79 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.325 s0.316 s-0.009 s3.51 MiB3.78 MiB+ 275.51 KiB
/wp-admin/edit.php0.195 s0.190 s-0.005 s3.57 MiB3.86 MiB+ 295.52 KiB
/wp-admin/post-new.php0.725 s0.651 s-0.074 s6.06 MiB6.43 MiB+ 382.2 KiB
/wp-admin/upload.php0.593 s0.419 s-0.174 s3.52 MiB3.78 MiB+ 261.24 KiB
/wp-admin/options-writing.php0.241 s0.283 s+0.042 s3.5 MiB3.76 MiB+ 265.24 KiB
/wp-admin/media-new.php0.245 s0.212 s-0.033 s3.49 MiB3.76 MiB+ 273.43 KiB
/wp-admin/edit-tags.php?taxonomy=category0.215 s0.189 s-0.026 s3.5 MiB3.78 MiB+ 278.63 KiB
/wp-admin/post-new.php?post_type=page0.598 s0.596 s-0.002 s6.05 MiB6.42 MiB+ 378.05 KiB
/wp-admin/options-discussion.php0.317 s0.286 s-0.031 s3.5 MiB3.76 MiB+ 261.75 KiB
/wp-admin/edit-comments.php0.209 s0.205 s-0.004 s3.52 MiB3.78 MiB+ 261.24 KiB
/0.288 s0.233 s-0.055 s3.43 MiB3.79 MiB+ 363.41 KiB
Average 0.359 s0.325 s-0.034 s3.97 MiB4.26 MiB+ 299.66 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 883 lines

[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:38 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:40 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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
[03-Oct-2025 08:12:41 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

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