Folders 2.8.8

Does Folders work with WordPress 6.2 and PHP 8.1.12? A smoke test was performed on .

Summary

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

Memory usage: 231.9 KiB
The average PHP memory usage increased by this amount after activating by the plugin.

Page speed impact: 0.075 seconds
The average page load time increased by this amount after activating the plugin.

Environment
WordPress version6.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 80,000+
WordPress.org page https://wordpress.org/plugins/folders/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 7

Folders ‹ Test site — WordPress

Page screenshot: Folders ‹ Test site — WordPress
URL /wp-admin/admin.php?page=wcp_folders_settings
Requested URL /wp-admin/plugins.php?action=activate&plugin=folders%2Ffolders.php&plugin_status=all&paged=1&s&_wpnonce=261344fa88
Aspect after-activation
HTTP status 200
Load time 0.579 s
Memory usage 3.2 MiB
JS errors None
Resource errors None

Media → Media Cleaning

Page screenshot: Media → Media Cleaning
URL /wp-admin/upload.php?page=folders-media-cleaning
Aspect menu-item
HTTP status 200
Load time 0.212 s
Memory usage 3.17 MiB
JS errors None
Resource errors None

Folders Settings

Page screenshot: Folders Settings
URL /wp-admin/admin.php?page=wcp_folders_settings
Aspect menu-item
HTTP status 200
Load time 0.211 s
Memory usage 3.15 MiB
JS errors None
Resource errors None

Folders Settings → Recommended Plugins

Page screenshot: Folders Settings → Recommended Plugins
URL /wp-admin/admin.php?page=recommended-folder-plugins
Aspect menu-item
HTTP status 200
Load time 0.929 s
Memory usage 3.47 MiB
JS errors None
Resource errors None

Folders Settings → Upgrade to Pro

Page screenshot: Folders Settings → Upgrade to Pro
URL /wp-admin/admin.php?page=folders-upgrade-to-pro
Aspect menu-item
HTTP status 200
Load time 0.415 s
Memory usage 3.33 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.255 s
Memory usage 3.17 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.728 s
Memory usage 5.34 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.268 s0.248 s-0.020 s3.07 MiB3.26 MiB+ 193.89 KiB
/wp-admin/edit.php0.180 s0.520 s+0.340 s3.1 MiB3.53 MiB+ 445.56 KiB
/wp-admin/post-new.php0.720 s1.118 s+0.398 s5.02 MiB5.34 MiB+ 323.98 KiB
/wp-admin/upload.php0.484 s0.634 s+0.150 s3.02 MiB3.21 MiB+ 198.76 KiB
/wp-admin/options-writing.php0.137 s0.135 s-0.002 s3.01 MiB3.15 MiB+ 141.14 KiB
/wp-admin/media-new.php0.254 s0.256 s+0.002 s2.99 MiB3.16 MiB+ 175.45 KiB
/wp-admin/edit-tags.php?taxonomy=category0.150 s0.162 s+0.012 s3.01 MiB3.19 MiB+ 191.74 KiB
/wp-admin/post-new.php?post_type=page0.584 s0.609 s+0.025 s5.01 MiB5.33 MiB+ 322.55 KiB
/wp-admin/options-discussion.php0.200 s0.249 s+0.049 s3 MiB3.17 MiB+ 174.88 KiB
/wp-admin/edit-comments.php0.201 s0.181 s-0.020 s3.03 MiB3.2 MiB+ 173.67 KiB
/0.282 s0.170 s-0.112 s2.97 MiB3.17 MiB+ 209.28 KiB
Average 0.315 s0.389 s+0.075 s3.38 MiB3.61 MiB+ 231.9 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.

JavaScript
PHP
CSS
Language % Lines of code Comment lines Files
JavaScript44.5%14,0462,4759
PHP37.7%11,8951,81222
CSS16.6%5,24443812
SVG1.2%37402
JSON0.0%101
Total 31,560 4,725 46

PHP Code Analysis | More results »

Lines of code 8,111
Total complexity 1,424
Median class complexity 24.0
Median method complexity 5.0
Most complex class WCP_Folders
Most complex function WCP_Folders::output_backbone_view_filters()
Classes 10
Methods 168
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 11

Meta Boxes

{
    "post": {
        "post_folderdiv": {
            "title": "Folders",
            "context": "side"
        }
    },
    "attachment": {
        "folders-replace-box": {
            "title": "Replace Media",
            "context": "side"
        },
        "folders-replace-file-name": {
            "title": "Change file name",
            "context": "side"
        }
    },
    "page": {
        "folderdiv": {
            "title": "Folders",
            "context": "side"
        }
    }
}

PHP Error Log 47 lines

[30-Mar-2023 08:54:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:29 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:29 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:30 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:30 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:31 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:31 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:32 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:32 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:34 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:34 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/folders/includes/tree.class.php on line 38
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:37 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:38 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 1914
[30-Mar-2023 08:54:40 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:40 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:40 UTC] PHP Deprecated:  Constant FILTER_SANITIZE_STRING is deprecated in /wp-content/plugins/folders/includes/tree.class.php on line 38
[30-Mar-2023 08:54:40 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/templates/admin/admin-content.php on line 53
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:41 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 1914
[30-Mar-2023 08:54:43 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:43 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:43 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:43 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:44 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:44 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:44 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:44 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
[30-Mar-2023 08:54:44 UTC] PHP Deprecated:  Automatic conversion of false to array is deprecated in /wp-content/plugins/folders/includes/folders.class.php on line 1914
[30-Mar-2023 08:54:47 UTC] PHP Deprecated:  strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated in /wp-includes/functions.php on line 7053
[30-Mar-2023 08:54:47 UTC] PHP Deprecated:  str_replace(): Passing null to parameter #3 ($subject) of type array|string is deprecated in /wp-includes/functions.php on line 2165
See also: All tests for this plugin, How to Hide Folders Admin Menus and Meta Boxes