Feature request: disable core block patterns
-
Hi,
Since this plugin was featured on WP Tavern I use it with great appreciation. Thank you for your work.
I have a request: I like block patterns, but I don’t like the ones WordPress includes by default. I could disable them by using the following code in my themes:
add_action('init', function() { remove_theme_support('core-block-patterns'); });But I would like an option to turn them on/off in an admin setting. This way, site admins can enable them if they want to.
Is this an option you might consider for your plugin?
And as a side-question: it would be nice if the No Nonsense plugin had some hooks to extend the functionality. Is this something you have thought about?
Kind regards,
Erik
The topic ‘Feature request: disable core block patterns’ is closed to new replies.