WP Manifestindependent plugin directory
manifest / content / pixelmatters-wp-acf-icon-library

Pixelmatters - WordPress ACF PRO Icon Library

WordPress plugin that adds an ACF Icon Library and Icon Picker

by Pixelmatters · github.com/pixelmatters/pixelmatters-wp-acf-icon-library · website

2stars
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/pixelmatters/pixelmatters-wp-acf-icon-library/archive/refs/heads/main.zip

Declares an update source (https://github.com/Pixelmatters/pixelmatters-wp-acf-icon-library), so updates arrive through the plugin's own updater.

From the readme

ACF Icon Library and Icon Picker Field Adds an Icon Library ACF Option Page and an 'icon-picker' acf-field. Please note Original Plugin, no longer maintained, by: https://github.com/houke/acf-icon-picker Description WordPress plugin that adds an ACF Icon Library and Icon Picker that can be used within other ACF Field Groups: - Adds a WordPress BO page called "Icon Library" where you can add your Icons; - Adds an ACF called "Icon Picker" where you can choose from the Icons added to the "Icon Library"; - Supports WPGraphQL and triggers a full build whenever an Icon is added, replaced or deleted; Compatibility This ACF field type is compatible with: [x] ACF 5 [x] ACF 6 Required Plugins - Advanced Custom Fields PRO - ACF - Image Aspect Ratio Crop - WPGraphQL - WPGraphQL - ACF Screenshots Installation Via Composer 1. Add a line to your repositories array: { "type": "git", "url": "https://github.com/Pixelmatters/pixelmatters-wp-acf-icon-library" } 2. Add a line to your require block: "pixelmatters/pixelmatters-wp-acf-icon-library": "main" 3. Run: composer update Manually 1. Copy the px-acf-icon-library folder into your wp-content/plugins folder 2. Activate the Icon Library plugin

Read the full README on GitHub →