Post Affiliate Pro 1.27.9

Does Post Affiliate Pro work with WordPress 6.7.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 281.74 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.7.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 800+
WordPress.org page https://wordpress.org/plugins/postaffiliatepro/
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=postaffiliatepro%2Fpostaffiliatepro.php&plugin_status=all&paged=1&s&_wpnonce=36dcf43621
Aspect after-activation
HTTP status 200
Load time 0.310 s
Memory usage 3.8 MiB
JS errors None
Resource errors None

Post Affiliate Pro

Page screenshot: Post Affiliate Pro
URL /wp-admin/admin.php?page=pap-top-level-options-handle
Aspect menu-item
HTTP status 200
Load time 0.169 s
Memory usage 3.75 MiB
JS errors None
Resource errors None

Post Affiliate Pro → Debugging

Page screenshot: Post Affiliate Pro → Debugging
URL /wp-admin/admin.php?page=pap-debugging-page
Aspect menu-item
HTTP status 200
Load time 0.204 s
Memory usage 3.75 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.234 s
Memory usage 3.61 MiB
JS errors None
Resource errors None

Widgets ‹ Test site — WordPress

Page screenshot: Widgets ‹ Test site — WordPress
URL /wp-admin/widgets.php
Aspect new-sidebar-widgets
HTTP status 200
Load time 2.180 s
Memory usage 6.07 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.521 s0.311 s-0.210 s3.48 MiB3.77 MiB+ 300.59 KiB
/wp-admin/edit.php0.265 s0.197 s-0.068 s3.54 MiB3.84 MiB+ 301.62 KiB
/wp-admin/post-new.php0.933 s1.132 s+0.199 s5.93 MiB6.23 MiB+ 308.01 KiB
/wp-admin/upload.php0.680 s0.432 s-0.248 s3.5 MiB3.77 MiB+ 284.21 KiB
/wp-admin/options-writing.php0.246 s0.220 s-0.026 s3.47 MiB3.75 MiB+ 288.2 KiB
/wp-admin/media-new.php0.315 s0.378 s+0.063 s3.46 MiB3.75 MiB+ 296.4 KiB
/wp-admin/edit-tags.php?taxonomy=category0.213 s0.251 s+0.038 s3.48 MiB3.78 MiB+ 307.07 KiB
/wp-admin/post-new.php?post_type=page1.168 s0.810 s-0.358 s5.92 MiB6.22 MiB+ 303.54 KiB
/wp-admin/options-discussion.php0.303 s0.328 s+0.025 s3.47 MiB3.75 MiB+ 284.7 KiB
/wp-admin/edit-comments.php0.260 s0.290 s+0.030 s3.49 MiB3.77 MiB+ 284.2 KiB
/0.342 s0.270 s-0.072 s3.47 MiB3.61 MiB+ 140.59 KiB
Average 0.477 s0.420 s-0.057 s3.93 MiB4.2 MiB+ 281.74 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
PHP99.7%10,0891,36036
CSS0.3%3331
SVG0.0%101
Total 10,123 1,363 38

PHP Code Analysis | More results »

Lines of code 10,089
Total complexity 2,561
Median class complexity 16.0
Median method complexity 1.0
Most complex class postaffiliatepro_Form_Settings_WooComm
Most complex function Gpf_Rpc_Json::decode()
Classes 96
Methods 1,130
Functions 0

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 5

Sidebar Widgets 1

ID Name
postaffiliatepro_topaffiliatesTop affiliates

PHP Error Log 729 lines

[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:54 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:55 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:56 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:57 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:58 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:33:59 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1198
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1210
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1205
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1218
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_Record::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/postaffiliatepro/PapApi.class.php on line 1214
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Data_RecordSet::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 1566
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Form::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2415
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Rpc_FilterCollection::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 2968
[26-Mar-2025 11:34:01 UTC] PHP Deprecated:  Return type of Gpf_Rpc_Array::getIterator() should either be compatible with IteratorAggregate::getIterator(): Traversable, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/postaffiliatepro/PapApi.class.php on line 128

(+629 more lines)
See also: All tests for this plugin, How to Hide Post Affiliate Pro Admin Menus