Download the PHP package houke/acf-icon-picker without Composer
On this page you can find all versions of the php package houke/acf-icon-picker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download houke/acf-icon-picker
More information about houke/acf-icon-picker
Files in houke/acf-icon-picker
Download houke/acf-icon-picker
More information about houke/acf-icon-picker
Files in houke/acf-icon-picker
Vendor houke
Package acf-icon-picker
Short Description Add ACF field for selecting SVG icons.
License
Package acf-icon-picker
Short Description Add ACF field for selecting SVG icons.
License
Please rate this library. Is it a good library?
Informations about the package acf-icon-picker
ACF Icon Selector Field
Allows you to create an 'icon-picker' acf-field.
Please note
I am no longer developing this plugin myself, but will still be accepting PRs.
Description
Add the svg icons you want to be available in your theme to an acf folder inside an img folder in your theme. The field returns the name of the svg.
Compatibility
This ACF field type is compatible with:
- [x] ACF 6
- [x] ACF 5
Screenshots
Installation
via Composer
- Add a line to your repositories array:
{ "type": "git", "url": "https://github.com/houke/acf-icon-picker" }
- Add a line to your require block:
"houke/acf-icon-picker": "dev-master"
- Run:
composer update
Manually
- Copy the
acf-icon-picker
folder into yourwp-content/plugins
folder - Activate the Icon Selector plugin via the plugins admin page
- Create a new field via ACF and select the Icon Selector type
Filters
Use the below filters to override the default icon folder, path, and / or URL:
For Sage/Bedrock edit filters.php:
Changelog
- 1.9.1 - ACF 6 compatibility fix. Thanks to idflood
- 1.9.0 - Fix issue with Gutenberg preview not updating when removing. Thanks to cherbst
- 1.8.0 - Fix issue with Gutenberg not saving icon. Thanks to tlewap
- 1.7.0 - 2 new filters for more control over icon path. Thanks to benjibee
- 1.6.0 - Performance fix with lots of icons. Thanks to idflood
- 1.5.0 - Fix issue where searching for icons would break preview if icon name has space
- 1.4.0 - Add filter to change folder where svg icons are stored
- 1.3.0 - Adding close option on modal
- 1.2.0 - Adding search filter input to filter through icons by name
- 1.1.0 - Add button to remove the selected icon when the field is not required
- 1.0.0 - First release
All versions of acf-icon-picker with dependencies
PHP Build Version
Package Version
No informations.
The package houke/acf-icon-picker contains the following files
Loading the files please wait ....