Notiblock
Conditional notification blocks for WordPress with dashboard widget configuration.
★ 0stars
3release downloads
0forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/philhoyt/notiblock/releases/download/v1.1.0/notiblock.zipFrom the readme
Notiblock
Conditional notification blocks for WordPress with dashboard widget configuration.
Description
Notiblock adds two blocks to the editor: a conditional wrapper that shows or hides its contents based on a date range, and a message block that displays a globally configured notification. Set the message and date range once in the dashboard widget or settings page, then place the blocks wherever the notification should appear.
Installation
1. Download the latest notiblock.zip from the releases page.
2. Go to Plugins → Add New → Upload Plugin and upload the zip file.
3. Activate through the Plugins screen.
4. Go to Dashboard → Notiblock Settings or Settings → Notiblock to configure your message and date range.
Blocks
Notiblock Conditional — The wrapper block. Handles the date logic and conditionally renders its contents.
Notiblock Message — Displays the globally configured notification message. Only available inside a Conditional block.
Development
License
GPL-2.0-or-later
Read the full README on GitHub →