Autostock 1.0.4

Does Autostock work with WordPress 7.0 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
1PHP fatal errors
2PHP warnings
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

Memory usage: 99.54 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 version7.0
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/autostock/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 9

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=autostock%2Fautostock.php&plugin_status=all&paged=1&s&_wpnonce=b41af22634
Aspect after-activation
HTTP status 200
Load time 0.685 s
Memory usage 3.98 MiB
JS errors None
Resource errors None

Cars

Page screenshot: Cars
URL /wp-admin/edit.php?post_type=cars
Aspect menu-item
HTTP status 200
Load time 0.629 s
Memory usage 4.01 MiB
JS errors None
Resource errors None

Cars → Add New Car

Page screenshot: Cars → Add New Car
URL /wp-admin/post-new.php?post_type=cars
Aspect menu-item
HTTP status 200
Load time 0.264 s
Memory usage N/A
JS errors None
Resource errors None

Cars → Makes and Models

Page screenshot: Cars → Makes and Models
URL /wp-admin/edit-tags.php?taxonomy=car_make_model&post_type=cars
Aspect menu-item
HTTP status 200
Load time 0.481 s
Memory usage 3.96 MiB
JS errors None
Resource errors None

Cars → Car Features

Page screenshot: Cars → Car Features
URL /wp-admin/edit-tags.php?taxonomy=car_features&post_type=cars
Aspect menu-item
HTTP status 200
Load time 0.471 s
Memory usage 3.96 MiB
JS errors None
Resource errors None

Cars → Car Types

Page screenshot: Cars → Car Types
URL /wp-admin/edit-tags.php?taxonomy=car_types&post_type=cars
Aspect menu-item
HTTP status 200
Load time 0.601 s
Memory usage 3.96 MiB
JS errors None
Resource errors None

Autostock

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

Autostock → Car Features Settings

Page screenshot: Autostock → Car Features Settings
URL /wp-admin/admin.php?page=car_features_setting
Aspect menu-item
HTTP status 200
Load time 0.466 s
Memory usage 3.95 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.246 s
Memory usage 4.3 MiB
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.690 s0.777 s+0.087 s3.92 MiB4.03 MiB+ 104.63 KiB
/wp-admin/edit.php0.929 s0.508 s-0.421 s3.98 MiB4.08 MiB+ 103.27 KiB
/wp-admin/post-new.php1.644 s1.889 s+0.245 s6.56 MiB6.69 MiB+ 136.82 KiB
/wp-admin/upload.php1.018 s0.655 s-0.363 s3.89 MiB3.97 MiB+ 85.31 KiB
/wp-admin/options-writing.php0.556 s0.518 s-0.038 s3.86 MiB3.95 MiB+ 89.3 KiB
/wp-admin/media-new.php0.567 s0.554 s-0.013 s3.85 MiB3.95 MiB+ 97.5 KiB
/wp-admin/edit-tags.php?taxonomy=category0.693 s0.877 s+0.184 s3.86 MiB3.96 MiB+ 102.36 KiB
/wp-admin/post-new.php?post_type=page1.750 s1.431 s-0.319 s6.55 MiB6.67 MiB+ 128.03 KiB
/wp-admin/options-discussion.php0.629 s0.986 s+0.357 s3.86 MiB3.95 MiB+ 85.49 KiB
/wp-admin/edit-comments.php0.532 s0.557 s+0.025 s3.88 MiB3.97 MiB+ 85.3 KiB
/0.301 s0.195 s-0.106 s4.23 MiB4.3 MiB+ 76.87 KiB
Average 0.846 s0.813 s-0.033 s4.4 MiB4.5 MiB+ 99.54 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%7621723
JavaScript2.3%1801
CSS1.3%1001
Total 790 172 5

PHP Code Analysis | More results »

Lines of code 765
Total complexity 120
Median class complexity 57.5
Median method complexity 1.0
Most complex class Autostock\CarPostType\Car_Post_Type
Most complex function Autostock\CarPostType\Car_Post_Type::render_vehicle_details_meta_box()
Classes 2
Methods 28
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.

Custom Post Types 1

ID Name
carsCars

Meta Boxes

{
    "cars": {
        "car_features_taxonomy": {
            "title": "Car Features",
            "context": "car_meta_box_position"
        }
    }
}

PHP Error Log 13 lines

[12-Jun-2026 17:06:50 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/autostock/includes/Car_Post_Type.php on line 314
[12-Jun-2026 17:06:50 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/autostock/includes/Car_Post_Type.php on line 319
[12-Jun-2026 17:06:50 UTC] PHP Fatal error:  Uncaught TypeError: Cannot access offset of type string on string in /wp-content/plugins/autostock/includes/Car_Post_Type.php:329
Stack trace:
#0 /wp-admin/includes/template.php(1458): Autostock\CarPostType\Car_Post_Type->render_vehicle_details_meta_box()
#1 /wp-content/plugins/autostock/includes/Car_Post_Type.php(220): do_meta_boxes()
#2 /wp-includes/class-wp-hook.php(341): Autostock\CarPostType\Car_Post_Type->reorder_meta_box()
#3 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#4 /wp-includes/plugin.php(522): WP_Hook->do_action()
#5 /wp-admin/edit-form-advanced.php(607): do_action()
#6 /wp-admin/post-new.php(75): require('...')
#7 {main}
  thrown in /wp-content/plugins/autostock/includes/Car_Post_Type.php on line 329
See also: All tests for this plugin