PublishPress Capabilities 2.6.1

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

Summary

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

Memory usage: 117.12 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.1.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 100,000+
WordPress.org page https://wordpress.org/plugins/capability-manager-enhanced/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 10

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=capability-manager-enhanced%2Fcapsman-enhanced.php&plugin_status=all&paged=1&s&_wpnonce=fa5eae86ea
Aspect after-activation
HTTP status 200
Load time 0.269 s
Memory usage 3.11 MiB
JS errors None
Resource errors None

Capabilities

Page screenshot: Capabilities
URL /wp-admin/admin.php?page=pp-capabilities
Aspect menu-item
HTTP status 200
Load time 0.308 s
Memory usage 3.7 MiB
JS errors None
Resource errors None

Capabilities → Roles

Page screenshot: Capabilities → Roles
URL /wp-admin/admin.php?page=pp-capabilities-roles
Aspect menu-item
HTTP status 200
Load time 0.257 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

Capabilities → Editor Features

Page screenshot: Capabilities → Editor Features
URL /wp-admin/admin.php?page=pp-capabilities-editor-features
Aspect menu-item
HTTP status 200
Load time 0.389 s
Memory usage 3.37 MiB
JS errors None
Resource errors None

Capabilities → Admin Features

Page screenshot: Capabilities → Admin Features
URL /wp-admin/admin.php?page=pp-capabilities-admin-features
Aspect menu-item
HTTP status 200
Load time 0.304 s
Memory usage 3.22 MiB
JS errors None
Resource errors None

Capabilities → Admin Menus

Page screenshot: Capabilities → Admin Menus
URL /wp-admin/admin.php?page=pp-capabilities-admin-menus
Aspect menu-item
HTTP status 200
Load time 0.200 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Capabilities → Nav Menus

Page screenshot: Capabilities → Nav Menus
URL /wp-admin/admin.php?page=pp-capabilities-nav-menus
Aspect menu-item
HTTP status 200
Load time 0.230 s
Memory usage 3.14 MiB
JS errors None
Resource errors None

Capabilities → Backup

Page screenshot: Capabilities → Backup
URL /wp-admin/admin.php?page=pp-capabilities-backup
Aspect menu-item
HTTP status 200
Load time 0.194 s
Memory usage 3.35 MiB
JS errors None
Resource errors None

Capabilities → Settings

Page screenshot: Capabilities → Settings
URL /wp-admin/admin.php?page=pp-capabilities-settings
Aspect menu-item
HTTP status 200
Load time 0.160 s
Memory usage 3.17 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.226 s
Memory usage 3.06 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.286 s0.358 s+0.072 s3.05 MiB3.17 MiB+ 123.74 KiB
/wp-admin/edit.php0.199 s0.184 s-0.015 s3.07 MiB3.2 MiB+ 126.93 KiB
/wp-admin/post-new.php0.832 s0.923 s+0.091 s4.97 MiB5.1 MiB+ 135.13 KiB
/wp-admin/upload.php0.514 s0.407 s-0.107 s2.99 MiB3.1 MiB+ 107.43 KiB
/wp-admin/options-writing.php0.141 s0.246 s+0.105 s2.99 MiB3.08 MiB+ 93.45 KiB
/wp-admin/media-new.php0.275 s0.234 s-0.041 s2.97 MiB3.08 MiB+ 119.62 KiB
/wp-admin/edit-tags.php?taxonomy=category0.172 s0.179 s+0.007 s2.98 MiB3.1 MiB+ 125.1 KiB
/wp-admin/post-new.php?post_type=page0.622 s0.629 s+0.007 s4.96 MiB5.08 MiB+ 126.71 KiB
/wp-admin/options-discussion.php0.209 s0.199 s-0.010 s2.98 MiB3.08 MiB+ 107.3 KiB
/wp-admin/edit-comments.php0.181 s0.202 s+0.021 s3 MiB3.1 MiB+ 106.72 KiB
/0.276 s0.211 s-0.065 s2.94 MiB3.06 MiB+ 116.23 KiB
Average 0.337 s0.343 s+0.006 s3.35 MiB3.47 MiB+ 117.12 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
JavaScript
Language % Lines of code Comment lines Files
PHP43.0%9,0422,25646
PO File34.3%7,2273,9589
JavaScript14.7%3,0881537
CSS7.6%1,5891207
JSON0.4%7602
Markdown0.1%1901
Total 21,041 6,487 72

PHP Code Analysis | More results »

Lines of code 7,494
Total complexity 1,676
Median class complexity 38.0
Median method complexity 3.0
Most complex class CapabilityManager
Most complex function Pp_Roles_Admin::get_rendered_role_partial()
Classes 25
Methods 207
Functions 67

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

Capabilities 1

PHP Error Log 112 lines

[08-Dec-2022 17:19:32 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:32 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:32 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:32 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:33 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:34 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:34 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:34 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:34 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:35 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:35 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:35 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:35 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:36 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:36 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:36 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:36 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:37 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:37 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:37 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:37 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:38 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:38 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:38 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:38 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:39 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:39 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:39 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:39 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:40 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:40 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:40 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:40 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:41 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:41 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:41 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:41 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:43 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:44 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:46 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:47 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetExists($id) should either be compatible with ArrayAccess::offsetExists(mixed $offset): bool, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 133
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetGet($id) should either be compatible with ArrayAccess::offsetGet(mixed $offset): mixed, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 98
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetSet($id, $value) should either be compatible with ArrayAccess::offsetSet(mixed $offset, mixed $value): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 79
[08-Dec-2022 17:19:49 UTC] PHP Deprecated:  Return type of Pimple\Container::offsetUnset($id) should either be compatible with ArrayAccess::offsetUnset(mixed $offset): void, or the #[\ReturnTypeWillChange] attribute should be used to temporarily suppress the notice in /wp-content/plugins/capability-manager-enhanced/vendor/pimple/pimple/src/Pimple/Container.php on line 143

(+12 more lines)
See also: All tests for this plugin, How to Hide PublishPress Capabilities Admin Menus