As of WordPress 6.5, plugins can throw an error if another plugin they depend on is not installed.
In the case of the Interactivity API - as of now - Gutenberg is required. This PR makes the user aware of this requirement, and prompts them to install the plugin if it is not installed when trying to use the block.
As of WordPress 6.5, plugins can throw an error if another plugin they depend on is not installed.
In the case of the Interactivity API - as of now - Gutenberg is required. This PR makes the user aware of this requirement, and prompts them to install the plugin if it is not installed when trying to use the block.
Proof of concept/testing the new header