WP Manifestindependent plugin directory
manifest / media / featured-image-toggle

Featured Image Toggle

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.

by ArrayPress · github.com/seothemes/featured-image-toggle · website

0stars
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/seothemes/featured-image-toggle/archive/refs/heads/main.zip

Readme

Featured Image Toggle

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.

Development

Requirements

Installation

  1. Clone the GitHub repository: git clone https://github.com/arraypress/featured-image-toggle.git
  2. Run npm install to install development dependencies.
  3. Run npm run build to build the plugin.

i18n

  1. Run npm run pot to generate the POT file.

Read the full README on GitHub →