
Disable WordPress Block Editor Fullscreen Mode Security & Risk Analysis
wordpress.org/plugins/we-disable-fsDisable WordPress Block Editor Fullscreen Mode, activated by default in WordPress 5.4.
Is Disable WordPress Block Editor Fullscreen Mode Safe to Use in 2026?
Generally Safe
Score 85/100Disable WordPress Block Editor Fullscreen Mode has no known CVEs and is actively maintained. It's a solid choice for most WordPress installations.
The "we-disable-fs" plugin v1.0.9 exhibits an excellent security posture based on the provided static analysis. There are no identified AJAX handlers, REST API routes, shortcodes, or cron events, resulting in a zero attack surface. This indicates a strong adherence to secure development practices by minimizing potential entry points for attackers. Furthermore, the code analysis reveals no dangerous functions, no raw SQL queries (all use prepared statements), no unescaped output, no file operations, no external HTTP requests, and importantly, no missing nonce or capability checks. Taint analysis also shows zero critical or high severity unsanitized flows. The vulnerability history is equally clean, with no recorded CVEs, indicating a history of secure development or a lack of past significant findings.
While the plugin demonstrates remarkable security, the complete absence of any detected actionable items in the static analysis and vulnerability history might also suggest that the plugin's functionality is extremely limited or that the static analysis tool might have limitations in its current configuration for this specific plugin. However, based solely on the provided data, the plugin is exceptionally secure. The strengths lie in its minimal attack surface and meticulous code hygiene, with no identifiable weaknesses. The primary concern, if any, would be the potential for unexamined functionality or the possibility that its limited scope makes it less of a target for in-depth vulnerability research.
Disable WordPress Block Editor Fullscreen Mode Security Vulnerabilities
Disable WordPress Block Editor Fullscreen Mode Code Analysis
Disable WordPress Block Editor Fullscreen Mode Attack Surface
WordPress Hooks 1
Maintenance & Trust
Disable WordPress Block Editor Fullscreen Mode Maintenance & Trust
Maintenance Signals
Community Trust
Disable WordPress Block Editor Fullscreen Mode Alternatives
Classic Editor and Classic Widgets
classic-editor-and-classic-widgets
Disables Gutenberg editor totally everywhere and enables Classic Editor and Classic Widgets.
Enable Classic Editor & Widgets
enable-classic-editor
A simple & lightweight plugin to enable the classic editor on WordPress with advanced configuration options.
Disable Gutenberg
auto-disable-editor
Auto Disable gutenberg plugin will help you to disable gutenberg block editor
Fullscreen mode B gone
fullscreen-mode-b-gone
Finally get rid of that pesty fullscreen mode that you need to toggle every time you use a new device or clear your browser offline website data.
WP Disable Block Editor
wp-disable-block-editor
This plugin will WP Disable Block Editor & enable the Classic Editor and original Edit Post screen (TinyMCE, meta boxes, etc all).
Disable WordPress Block Editor Fullscreen Mode Developer Profile
3 plugins · 30 total installs
How We Detect Disable WordPress Block Editor Fullscreen Mode
Patterns used to identify this plugin on WordPress sites during automated security audits and web crawling.
Asset Fingerprints
HTML / DOM Fingerprints
wp.data.select('core/edit-post').isFeatureActive('fullscreenMode')wp.data.dispatch('core/edit-post').toggleFeature('fullscreenMode')