Front User Submit | Front Editor 3.8.3

Does "Front User Submit | Front Editor" work with WordPress 6.2.2 and PHP 8.1.12? A smoke test was performed on .

Summary

Errors
8PHP warnings
4PHP notices
No JavaScript exceptions
All test pages loaded successfully
No resource errors
Performance

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

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

Environment
WordPress version6.2.2
PHP version8.1.12
MySQL version10.6.10
PHP memory limit512M
Plugin Info
Last updated
Active installs 200+
WordPress.org page https://wordpress.org/plugins/front-editor/
Badges

WordPress compatibility badge PHP compatibility badge

Get badge code

Pages 8

Front User Submit | Front Editor ‹ Test site — WordPress

Page screenshot: Front User Submit | Front Editor ‹ Test site — WordPress
URL /wp-admin/admin.php?page=front_editor_settings
Requested URL /wp-admin/plugins.php?action=activate&plugin=front-editor%2Ffront-editor.php&plugin_status=all&paged=1&s&_wpnonce=22426114d6
Aspect after-activation
HTTP status 200
Load time 1.205 s
Memory usage 3.42 MiB
JS errors None
Resource errors None

Front User Submit

Page screenshot: Front User Submit
URL /wp-admin/admin.php?page=fe-post-forms
Aspect menu-item
HTTP status 200
Load time 1.848 s
Memory usage 3.2 MiB
JS errors None
Resource errors None

Front User Submit → Settings

Page screenshot: Front User Submit → Settings
URL /wp-admin/admin.php?page=fe-global-settings
Aspect menu-item
HTTP status 200
Load time 0.272 s
Memory usage 3.19 MiB
JS errors None
Resource errors None

Front User Submit → Affiliation

Page screenshot: Front User Submit → Affiliation
URL /wp-admin/admin.php?page=front_editor_settings-affiliation
Aspect menu-item
HTTP status 200
Load time 1.047 s
Memory usage 3.4 MiB
JS errors None
Resource errors None

Front User Submit → Contact Us

Page screenshot: Front User Submit → Contact Us
URL /wp-admin/admin.php?page=front_editor_settings-contact
Aspect menu-item
HTTP status 200
Load time 0.882 s
Memory usage 3.23 MiB
JS errors None
Resource errors None

Front User Submit → Support Forum

Page screenshot: Front User Submit → Support Forum
URL https://wordpress.org/support/plugin/front-editor/
Requested URL /wp-admin/admin.php?page=front_editor_settings-wp-support-forum
Aspect menu-item
HTTP status 200
Load time 1.452 s
Memory usage N/A
JS errors None
Resource errors None

Front User Submit → Upgrade  ➤

Page screenshot: Front User Submit → Upgrade  ➤
URL /wp-admin/admin.php?page=front_editor_settings-pricing
Aspect menu-item
HTTP status 200
Load time 1.460 s
Memory usage 3.25 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.336 s
Memory usage 3.16 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.417 s+0.131 s3.07 MiB3.34 MiB+ 271.73 KiB
/wp-admin/edit.php0.180 s0.239 s+0.059 s3.1 MiB3.37 MiB+ 278.54 KiB
/wp-admin/post-new.php0.751 s0.999 s+0.248 s5.02 MiB5.29 MiB+ 277.43 KiB
/wp-admin/upload.php0.549 s0.268 s-0.281 s3.02 MiB3.2 MiB+ 189.63 KiB
/wp-admin/options-writing.php0.174 s0.152 s-0.022 s3.01 MiB3.18 MiB+ 176.32 KiB
/wp-admin/media-new.php0.291 s0.250 s-0.041 s2.99 MiB3.19 MiB+ 201.81 KiB
/wp-admin/edit-tags.php?taxonomy=category0.195 s0.195 s+0.000 s3.01 MiB3.21 MiB+ 206.98 KiB
/wp-admin/post-new.php?post_type=page0.605 s1.125 s+0.520 s5.01 MiB5.28 MiB+ 274.16 KiB
/wp-admin/options-discussion.php0.215 s0.259 s+0.044 s3 MiB3.19 MiB+ 190.05 KiB
/wp-admin/edit-comments.php0.213 s0.216 s+0.003 s3.03 MiB3.21 MiB+ 189.66 KiB
/0.307 s0.238 s-0.069 s2.97 MiB3.16 MiB+ 195.4 KiB
Average 0.342 s0.396 s+0.054 s3.38 MiB3.6 MiB+ 222.88 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
Language % Lines of code Comment lines Files
JavaScript68.6%96,02514,96826
PHP26.2%36,68818,154166
CSS3.9%5,4983215
Sass0.8%1,0843718
PO File0.2%3401362
SVG0.2%23937
JSON0.0%6602
Markdown0.0%2301
Total 139,963 33,330 237

PHP Code Analysis | More results »

Lines of code 26,182
Total complexity 6,397
Median class complexity 15.0
Median method complexity 2.0
Most complex class Freemius
Most complex function FS_Plugin_Info_Dialog::install_plugin_information()
Classes 68
Methods 1,386
Functions 102

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 4

Custom Post Types 1

ID Name
fe_post_formPost Form

PHP Error Log 12 lines

[24-Jun-2023 11:39:06 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:06 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 27
[24-Jun-2023 11:39:08 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_image</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5865
[24-Jun-2023 11:39:08 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_file</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5865
[24-Jun-2023 11:39:08 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:08 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:11 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_image</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5865
[24-Jun-2023 11:39:11 UTC] PHP Notice:  Function register_rest_route was called <strong>incorrectly</strong>. The REST API route definition for <code>bfe/v1/upload_file</code> is missing the required <code>permission_callback</code> argument. For REST API routes that are intended to be public, use <code>__return_true</code> as the permission callback. Please see <a href="https://wordpress.org/documentation/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 5.5.0.) in /wp-includes/functions.php on line 5865
[24-Jun-2023 11:39:11 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:11 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:15 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 40
[24-Jun-2023 11:39:15 UTC] PHP Warning:  Trying to access array offset on value of type null in /wp-content/plugins/front-editor/inc/EditorWidget.php on line 27
See also: All tests for this plugin, How to Hide Front User Submit | Front Editor Admin Menus