Featured Image Toggle allows users to flag an image(s) as a "featured" within the content area that will be accessible using custom PHP functions within your theme.
- Clone the GitHub repository:
git clone https://github.com/arraypress/featured-image-toggle.git
- Run
npm install
to install development dependencies. - Run
npm run build
to build the plugin.
- Run
npm run pot
to generate the POT file.