Allows you to create an 'icon-picker' acf-field.
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.
This ACF field type is compatible with: [x] ACF 5
- 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
- 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