Inline Manual 0.9

Does Inline Manual work with WordPress 6.9.1 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
19PHP fatal errors
10PHP warnings
No JavaScript exceptions
1Page failed to load
  • 1 500 Internal Server Error
No resource errors
Performance

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

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

Environment
WordPress version6.9.1
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 20+
WordPress.org page https://wordpress.org/plugins/inlinemanual/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 3

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=inlinemanual%2Finlinemanual.php&plugin_status=all&paged=1&s&_wpnonce=4b95bda6bf
Aspect after-activation
HTTP status 200
Load time 1.670 s
Memory usage 3.76 MiB
JS errors None
Resource errors None

Settings → Inline Manual

Page screenshot: Settings → Inline Manual
URL /wp-admin/options-general.php?page=inlinemanual
Aspect menu-item
HTTP status 200
Load time 0.876 s
Memory usage 3.74 MiB
JS errors None
Resource errors None

WordPress › Error

Page screenshot: WordPress › Error
URL /
Aspect front-page
HTTP status 500
Load time 0.092 s
Memory usage N/A
JS errors None
Resource errors None

Benchmark

URL Load time Memory usage
Inactive Active Change Inactive Active Change
/wp-admin/index.php0.503 s0.543 s+0.040 s3.78 MiB3.79 MiB+ 14.66 KiB
/wp-admin/edit.php0.463 s0.629 s+0.166 s3.78 MiB3.8 MiB+ 14.08 KiB
/wp-admin/post-new.php0.897 s1.169 s+0.272 s6.31 MiB6.32 MiB+ 17.66 KiB
/wp-admin/upload.php0.559 s0.735 s+0.176 s3.74 MiB3.74 MiB- 3.33 KiB
/wp-admin/options-writing.php0.394 s0.526 s+0.132 s3.71 MiB3.71 MiB+ 1000 bytes
/wp-admin/media-new.php0.608 s0.598 s-0.010 s3.7 MiB3.71 MiB+ 9.17 KiB
/wp-admin/edit-tags.php?taxonomy=category0.397 s0.495 s+0.098 s3.72 MiB3.74 MiB+ 19.53 KiB
/wp-admin/post-new.php?post_type=page0.808 s0.960 s+0.152 s6.3 MiB6.31 MiB+ 11.14 KiB
/wp-admin/options-discussion.php0.405 s0.572 s+0.167 s3.71 MiB3.71 MiB- 2.84 KiB
/wp-admin/edit-comments.php0.413 s0.719 s+0.306 s3.73 MiB3.73 MiB- 3.02 KiB
Average 0.545 s0.695 s+0.150 s4.25 MiB4.26 MiB+ 7.8 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
CSS
Language % Lines of code Comment lines Files
PHP75.8%144204
CSS24.2%4601
Total 190 20 5

PHP Code Analysis | More results »

Lines of code 128
Total complexity 20
Median class complexity 10.0
Median method complexity 1.0
Most complex class InlineManual_Admin
Most complex function InlineManual_Admin::admin_page()
Classes 2
Methods 9
Functions 0

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

PHP Error Log 257 lines

[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 44
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 46
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 46
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 46
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 46
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Trying to access array offset on value of type bool in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 46
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Undefined array key "editor" in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 63
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Undefined array key "author" in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 63
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Undefined array key "contributor" in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 63
[01-Mar-2026 21:05:23 UTC] PHP Warning:  Undefined array key "subscriber" in /wp-content/plugins/inlinemanual/class.inlinemanual-admin.php on line 63
[01-Mar-2026 21:05:24 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:28 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:28 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:28 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:28 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:28 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}
  thrown in /wp-content/plugins/inlinemanual/class.inlinemanual.php on line 37
[01-Mar-2026 21:05:29 UTC] PHP Fatal error:  Uncaught TypeError: array_keys(): Argument #1 ($array) must be of type array, bool given in /wp-content/plugins/inlinemanual/class.inlinemanual.php:37
Stack trace:
#0 /wp-content/plugins/inlinemanual/class.inlinemanual.php(37): array_keys()
#1 /wp-includes/class-wp-hook.php(341): InlineManual::init()
#2 /wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#3 /wp-includes/plugin.php(522): WP_Hook->do_action()
#4 /wp-settings.php(742): do_action()
#5 /wp-config.php(191): require_once('...')
#6 /wp-load.php(50): require_once('...')
#7 /wp-blog-header.php(13): require_once('...')
#8 /index.php(17): require('...')
#9 {main}

(+157 more lines)
See also: All tests for this plugin