Pigeon Paywall 1.6.5

Does Pigeon Paywall work with WordPress 6.8.1 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 34.73 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.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs <10
WordPress.org page https://wordpress.org/plugins/pigeon/
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=pigeon%2Fpigeon.php&plugin_status=all&paged=1&s&_wpnonce=5358e68898
Aspect after-activation
HTTP status 200
Load time 0.282 s
Memory usage 3.56 MiB
JS errors None
Resource errors None

Settings → Pigeon

Page screenshot: Settings → Pigeon
URL /wp-admin/options-general.php?page=pigeon
Aspect menu-item
HTTP status 200
Load time 0.180 s
Memory usage 3.55 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.218 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Add Post ‹ Test site — WordPress

Page screenshot: Add Post ‹ Test site — WordPress
URL /wp-admin/post-new.php
Aspect new-meta-boxes
HTTP status 200
Load time 0.639 s
Memory usage 6.1 MiB
JS errors None
Resource errors None

Add Page ‹ Test site — WordPress

Page screenshot: Add Page ‹ Test site — WordPress
URL /wp-admin/post-new.php?post_type=page
Aspect new-meta-boxes
HTTP status 200
Load time 0.646 s
Memory usage 6.09 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.423 s0.276 s-0.147 s3.51 MiB3.55 MiB+ 41.63 KiB
/wp-admin/edit.php0.204 s0.184 s-0.020 s3.57 MiB3.61 MiB+ 41.38 KiB
/wp-admin/post-new.php0.779 s0.633 s-0.146 s6.06 MiB6.1 MiB+ 44.02 KiB
/wp-admin/upload.php0.605 s0.493 s-0.112 s3.52 MiB3.55 MiB+ 23.23 KiB
/wp-admin/options-writing.php0.224 s0.212 s-0.012 s3.5 MiB3.53 MiB+ 27.23 KiB
/wp-admin/media-new.php0.304 s0.251 s-0.053 s3.49 MiB3.53 MiB+ 35.42 KiB
/wp-admin/edit-tags.php?taxonomy=category0.252 s0.206 s-0.046 s3.5 MiB3.55 MiB+ 46.09 KiB
/wp-admin/post-new.php?post_type=page0.596 s0.566 s-0.030 s6.05 MiB6.09 MiB+ 39.55 KiB
/wp-admin/options-discussion.php0.320 s0.294 s-0.026 s3.5 MiB3.53 MiB+ 23.73 KiB
/wp-admin/edit-comments.php0.423 s0.448 s+0.025 s3.52 MiB3.55 MiB+ 23.23 KiB
/0.306 s0.228 s-0.078 s3.43 MiB3.47 MiB+ 36.52 KiB
Average 0.403 s0.345 s-0.059 s3.97 MiB4 MiB+ 34.73 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
PHP96.5%1,22578719
JavaScript2.4%3112
CSS1.0%1301
Total 1,269 788 22

PHP Code Analysis | More results »

Lines of code 939
Total complexity 188
Median class complexity 15.0
Median method complexity 2.0
Most complex class PigeonWP\Settings
Most complex function PigeonWP\Admin::redirect_on_activation()
Classes 9
Methods 62
Functions 3

Additions

Things that the plugin adds to the site. This section is not intended to be comprehensive. The test tool only looks for a few specific types of added content.

Options wp_options 1

Meta Boxes

{
    "post": {
        "pigeonwp": {
            "title": "Pigeon Settings",
            "context": "side"
        }
    },
    "page": {
        "pigeonwp": {
            "title": "Pigeon Settings",
            "context": "side"
        }
    }
}

PHP Error Log 8 lines

[08-May-2025 10:09:33 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/templates/admin/admin.php on line 16
[08-May-2025 10:09:33 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-content/plugins/pigeon/templates/admin/admin.php on line 16
[08-May-2025 10:09:34 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[08-May-2025 10:09:34 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[08-May-2025 10:09:34 UTC] PHP Deprecated:  strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[08-May-2025 10:09:42 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 82
[08-May-2025 10:09:42 UTC] PHP Warning:  Undefined array key "pigeon_subdomain" in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
[08-May-2025 10:09:42 UTC] PHP Deprecated:  strstr(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-content/plugins/pigeon/classes/class-pigeon.php on line 85
See also: All tests for this plugin, How to Hide Pigeon Paywall Admin Menus and Meta Boxes