Block Logic – Full Block Display Control

Explore Block Logic – Full Block Display Control vulnerabilities across all versions. Currently tracking 1 known vulnerabilities, including severity, impact, and patch status.

Strategic Overview

Avg CVSSHigh
8.8/ 10
Patch Coverage100%
Open

0

Fixed

1

Get automatic notifications for all Block Logic – Full Block Display Control vulnerabilities before they are exploited.

Vulnerability Records

1 records
Showing 1–1 of 1 reports
Block Logic – Full Block Display Control banner
Latestv2.1.6

Block Logic – Full Block Display Control

landwire

Author

landwire

5.0(13)
100/100
Last Updated
2026-05-30 (2mo ago)
Active Installs
300+
Downloads
6,146
Requires WP
6.5+
Requires PHP
8.0+
Tested up to
WP 7.0.2
Created
2020-01-15 (7y ago)

Block Logic adds a “Block Logic” field to the “Advanced” section of the block editor (i.e Gutenberg), that lets you show or hide any block based on conditions. You can use WordPress’ Conditional Tags or any general PHP code. Show or hide blocks based on User role User login status Post status Date and time The result of a custom PHP function Features Show or hide any block using conditions Combine conditions with “and” or “or” operators. See FAQ Writing Logic Code Full flexibility: use any condition you want (you can extend base functionality with filters) 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 Just activate the plugin. The “Block Logic” textbox will then appear in the “Advanced” section of the Gutenberg editor. Breaking changes since 2.0.0 Since version 2.0.0 the code does not get eval’d directly, but there is a whitelist of allowed functions that can be extended via a filter. Upgrade Notice When upgrading to version 2.x you will need to update your logic. No return is allowed anymore and no semicolons in code as only expressions are evaluated. See FAQ Section Writing Logic Code.

Vulnerability data © Defiant, Inc., provided under the Wordfence Intelligence T&C