PublishPress Permissions 4.0.19

Does PublishPress Permissions work with WordPress 6.4.3 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 461.95 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.4.3
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 10,000+
WordPress.org page https://wordpress.org/plugins/press-permit-core/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

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=press-permit-core%2Fpress-permit-core.php&plugin_status=all&paged=1&s&_wpnonce=58b4ffb430
Aspect after-activation
HTTP status 200
Load time 0.509 s
Memory usage 3.99 MiB
JS errors None
Resource errors None

Permissions

Page screenshot: Permissions
URL /wp-admin/admin.php?page=presspermit-groups
Aspect menu-item
HTTP status 200
Load time 0.244 s
Memory usage 3.95 MiB
JS errors None
Resource errors None

Permissions → Sync Posts

Page screenshot: Permissions → Sync Posts
URL /wp-admin/admin.php?page=presspermit-sync
Aspect menu-item
HTTP status 200
Load time 0.224 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Permissions → Teaser

Page screenshot: Permissions → Teaser
URL /wp-admin/admin.php?page=presspermit-posts-teaser
Aspect menu-item
HTTP status 200
Load time 0.235 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Permissions → Settings

Page screenshot: Permissions → Settings
URL /wp-admin/admin.php?page=presspermit-settings
Aspect menu-item
HTTP status 200
Load time 0.336 s
Memory usage 4.03 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.183 s
Memory usage 3.83 MiB
JS errors None
Resource errors None

Add New Post ‹ Test site — WordPress

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

Add New Page ‹ Test site — WordPress

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

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.382 s0.333 s-0.049 s3.38 MiB3.89 MiB+ 515.84 KiB
/wp-admin/edit.php0.209 s0.241 s+0.032 s3.41 MiB3.93 MiB+ 530.03 KiB
/wp-admin/post-new.php1.063 s1.031 s-0.032 s5.46 MiB6.03 MiB+ 584.9 KiB
/wp-admin/upload.php0.661 s0.428 s-0.233 s3.33 MiB3.74 MiB+ 426.16 KiB
/wp-admin/options-writing.php0.214 s0.184 s-0.030 s3.32 MiB3.72 MiB+ 415.23 KiB
/wp-admin/media-new.php0.301 s0.232 s-0.069 s3.3 MiB3.72 MiB+ 436.53 KiB
/wp-admin/edit-tags.php?taxonomy=category0.200 s0.190 s-0.010 s3.31 MiB3.77 MiB+ 462.8 KiB
/wp-admin/post-new.php?post_type=page0.576 s1.067 s+0.491 s5.45 MiB5.96 MiB+ 520.63 KiB
/wp-admin/options-discussion.php0.239 s0.382 s+0.143 s3.3 MiB3.72 MiB+ 428.48 KiB
/wp-admin/edit-comments.php0.448 s0.264 s-0.184 s3.34 MiB3.75 MiB+ 420.7 KiB
/0.303 s0.249 s-0.054 s3.36 MiB3.69 MiB+ 340.18 KiB
Average 0.418 s0.418 s+0.000 s3.72 MiB4.17 MiB+ 461.95 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
PO File
Language % Lines of code Comment lines Files
PHP64.9%33,0512,639206
PO File25.9%13,17313,61210
CSS4.0%2,05311715
JavaScript3.1%1,5928124
LESS2.0%1,015815
XML0.1%3701
Total 50,921 16,530 261

PHP Code Analysis | More results »

Lines of code 32,992
Total complexity 9,176
Median class complexity 28.0
Median method complexity 3.0
Most complex class PublishPress\Permissions\PostFilters
Most complex function PublishPress\Permissions\PageFilters::fltGetPages()
Classes 189
Methods 1,132
Functions 56

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.

Database Tables 8

Options wp_options 11

Meta Boxes

{
    "post": {
        "pp_read_post_exceptions": {
            "title": "Permissions: Read this Post",
            "context": "advanced"
        },
        "pp_edit_post_exceptions": {
            "title": "Permissions: Edit this Post",
            "context": "advanced"
        },
        "pp_assign_post_exceptions": {
            "title": "Permissions: Assign Terms to this Post",
            "context": "advanced"
        }
    },
    "page": {
        "pp_read_page_exceptions": {
            "title": "Permissions: Read this Page",
            "context": "advanced"
        },
        "pp_edit_page_exceptions": {
            "title": "Permissions: Edit this Page",
            "context": "advanced"
        },
        "pp_associate_page_exceptions": {
            "title": "Permissions: Select this Page as Parent",
            "context": "advanced"
        },
        "pp_assign_page_exceptions": {
            "title": "Permissions: Assign Terms to this Page",
            "context": "advanced"
        }
    }
}

Capabilities 14

PHP Error Log 66 lines

[04-Mar-2024 14:32:52 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:52 UTC] PHP Warning:  Undefined variable $new_entry in /wp-content/plugins/press-permit-core/classes/PublishPress/PermissionsHooks.php on line 283
[04-Mar-2024 14:32:53 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:53 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:54 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:55 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:56 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:57 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:58 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:58 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:58 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:32:58 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:00 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:01 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:01 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:02 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:02 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:02 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:02 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:03 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:04 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:05 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:05 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:05 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:06 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:06 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:06 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:06 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:07 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:07 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:08 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:08 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:08 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:08 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:09 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:09 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:09 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:09 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:09 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:11 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:11 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:12 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:14 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:14 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
[04-Mar-2024 14:33:14 UTC] PHP Warning:  Undefined array key "cols" in /wp-content/plugins/press-permit-core/classes/PublishPress/Permissions/DB/Groups.php on line 424
See also: All tests for this plugin, How to Hide PublishPress Permissions Admin Menus and Meta Boxes