Responsive Block Control – Hide blocks based on display width for WordPress Plugin Directory
By landwire
Responsive Block Control – Hide blocks based on display width is a WordPress app, with a 5.0 average rating from 4 reviews, as of Aug 31, 2026.
Responsive Block Control – Hide blocks based on display width is a WordPress Plugin Directory app by landwire. With a rating of 5.0★ from 4 reviews.
AppRanks verdict
Generated from live marketplace data — refreshed daily
Responsive Block Control – Hide blocks based on display width is a category-leading WordPress app with a limited review volume. Category data on the canonical marketplace listing is currently incomplete, so AppRanks falls back to platform-wide rather than category-relative comparison for this listing. 4 reviews put it in the early-traction tier — useful for early-stage stores willing to be on the leading edge. Early-traction review counts are sensitive to single launch periods or feature events, so a 30-day re-check before bigger commitments often resolves whether the trend is sustained. Paid-only pricing means evaluating fit on the marketplace listing or via the developer's documentation before installing. AppRanks tracks rating, review count, pricing tier, and category position daily — the figures on this page reflect the most recent scrape from the canonical WordPress Plugin Directory listing.
Pros
- +High average rating (5.0★) signals consistent merchant satisfaction
- +Published by landwire — established developer track record
Cons
- −Limited review base (4) — ratings can shift significantly with new feedback
Looking to switch from Responsive Block Control – Hide blocks based on display width?
See Responsive Block Control – Hide blocks based on display width's alternatives ranked by audit score, rating, and review velocity.
How Responsive Block Control – Hide blocks based on display width works
Show full descriptionShow less
Responsive Block Control adds responsive toggles to a “Visibility” panel of the block editor, to show or hide blocks according to screen width.
Security Version 1.3.1 resolves a stored cross‑site scripting (XSS) vulnerability (CVE‑2025‑62135) affecting earlier versions (<= 1.2.9).
Users with contributor access or higher should update immediately.
If you discover a security vulnerability, please report it responsibly to: [email protected]
Limitations Does not work with the Classic Block, Widget Block or Widget Area Block [‘core/freeform’, ‘core/legacy-widget’, ‘core/widget-area’], as the those blocks do not support block attributes. Does also not work with the HTML Block [‘core/html’] inside the Widget Screen, as this one also does not support block attributes there.
Configuration Override existing breakpoints function override_responsive_block_control_breakpoints($break_points) { $break_points['base'] = 0; $break_points['mobile'] = 400; $break_points['tablet'] = 800; $break_points['desktop'] = 1000; $break_points['wide'] = 1600;
return $break_points; }
add_filter('responsive_block_control_breakpoints', 'override_responsive_block_control_breakpoints');
Provide custom CSS You can provide your own CSS rules per breakpoint using the new filter responsive_block_control_custom_css_rules.
add_filter('responsive_block_control_custom_css_rules', function($rules) { return [ 'mobile' => 'display: none !important;', 'tablet' => 'display: none !important;', 'desktop' => 'display: none !important;', 'wide' => 'display: none !important;', ]; });
Stop css output completely function override_responsive_block_control_add_css() { return false; } add_filter('responsive_block_control_breakpoints', 'override_responsive_block_control_add_css');
Competitors & alternatives
AppRanks tracks competitor sets per category. For Responsive Block Control – Hide blocks based on display width, the independent listing audit includes a competitive context section, and the full WordPress app index shows the broader marketplace landscape this app competes in. Sign up free to surface a side-by-side competitor matrix customized to your tracked apps.
Frequently asked questions
What is Responsive Block Control – Hide blocks based on display width?
Responsive Block Control – Hide blocks based on display width is an app for WordPress. It currently holds a 5.0-star rating from 4 merchant reviews, and AppRanks has been tracking its public marketplace data on the refresh cadence published in our methodology. AppRanks tracks its category position, review-velocity trend, and the top alternatives in the same space. Developed by landwire.