Block Logic – Full Gutenberg Block Display Control

plugin banner

Block Logic adds a "Block Logic" field to the block editor, that lets you show or hide any block based on conditions.

Author:Sascha Paukner (profile at wordpress.org)
WordPress version required:5.0
WordPress version tested:6.3.2
Plugin version:1.0.8
Added to WordPress repository:15-01-2020
Last updated:24-09-2023
Rating, %:100
Rated by:13
Plugin URI:
Total downloads:3 909
Active installs:400+
plugin download
Click to start download

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

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.


Screenshots
FAQ
ChangeLog