/intro-to-block-filters

Demo plugin for CSS-Tricks article about WordPress block filters

Primary LanguageJavaScript

Intro to Block Filters

A demo WordPress plugin to demo WordPress block filters. It does two things:

  • Removes all alignment options from Cover block except 'full' alignment
  • Adds size selector to core button block

Installation

  • Pull the plugin repo to wp-content/plugins folder of your WordPress site
  • Navigate to plugin folder in command line and run npm install && npm run build
  • In WordPress dashboard go to Plugins and click Activate under Intro to Block Filters