Post Affiliate Pro 1.27.1

Does Post Affiliate Pro work with WordPress 6.7.1 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: 280.91 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.1
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=b2b1e53f58
Aspect after-activation
HTTP status 200
Load time 0.343 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.166 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.167 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.158 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 1.545 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.333 s0.290 s-0.043 s3.48 MiB3.77 MiB+ 300.19 KiB
/wp-admin/edit.php0.196 s0.211 s+0.015 s3.54 MiB3.84 MiB+ 301.18 KiB
/wp-admin/post-new.php0.753 s0.675 s-0.078 s5.92 MiB6.22 MiB+ 307.61 KiB
/wp-admin/upload.php0.562 s0.478 s-0.084 s3.49 MiB3.77 MiB+ 283.77 KiB
/wp-admin/options-writing.php0.219 s0.202 s-0.017 s3.47 MiB3.75 MiB+ 287.77 KiB
/wp-admin/media-new.php0.343 s0.197 s-0.146 s3.46 MiB3.75 MiB+ 295.96 KiB
/wp-admin/edit-tags.php?taxonomy=category0.193 s0.184 s-0.009 s3.48 MiB3.77 MiB+ 306.63 KiB
/wp-admin/post-new.php?post_type=page0.547 s0.578 s+0.031 s5.92 MiB6.21 MiB+ 303.14 KiB
/wp-admin/options-discussion.php0.456 s0.234 s-0.222 s3.47 MiB3.75 MiB+ 284.27 KiB
/wp-admin/edit-comments.php0.215 s0.399 s+0.184 s3.49 MiB3.77 MiB+ 283.77 KiB
/0.299 s0.209 s-0.090 s3.48 MiB3.61 MiB+ 135.68 KiB
Average 0.374 s0.332 s-0.042 s3.93 MiB4.2 MiB+ 280.91 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,0521,36136
CSS0.3%3331
SVG0.0%101
Total 10,086 1,364 38

PHP Code Analysis | More results »

Lines of code 10,052
Total complexity 2,547
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,129
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

[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:35 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:36 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:37 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:38 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:39 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:40 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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
[03-Dec-2024 10:42:41 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