PHPackages                             micc83/acf-fonticonpicker - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. micc83/acf-fonticonpicker

ActiveWordpress-plugin

micc83/acf-fonticonpicker
=========================

ACF-FontIconPicker is a Fonts Icons Picker field type for the Advanced Custom Fields WordPress plugin.

469.7k↓100%9[1 issues](https://github.com/micc83/acf-fonticonpicker/issues)HTML

Since Sep 26Pushed 9y ago3 watchersCompare

[ Source](https://github.com/micc83/acf-fonticonpicker)[ Packagist](https://packagist.org/packages/micc83/acf-fonticonpicker)[ RSS](/packages/micc83-acf-fonticonpicker/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

ACF { fontIconPicker
====================

[](#acf--fonticonpicker)

Adds a Fonts Icons Picker field type for the [Advanced Custom Fields](http://wordpress.org/extend/plugins/advanced-custom-fields/) WordPress plugin. Go to the [official plugin page](http://codeb.it/fonticonpicker/#acf) for custom configuration and example of use.

### Compatibility

[](#compatibility)

This add-on will work with:

- version 4 and 5 (thx to [WilkoManger](https://github.com/WilkoManger)) of ACF
- Firefox (edge), Safari (edge), Chrome (edge), IE8+.

### Installation

[](#installation)

This add-on can be treated as a WP plugin, a composer package or a theme include.

**Install as WP Plugin**

1. Copy the whole content of the repository in a new `acf-fonticonpicker` folder within your `wp-content/plugins` folder
2. Activate the plugin via the Plugins admin page

**Install with Composer**

If your project is already setup to use composer use the command below to install the plugin.

```
$ composer require "micc83/acf-fonticonpicker:dev-master"
```

Or add the below to your `composer.json` and update (using `composer update`). Note `composer/installers` package is required to install the plugin to the correct location.

```
{
    "require": {
        "composer/installers": "*",
        "micc83/acf-fonticonpicker": "dev-master"
    }
}
```

**Include within theme**

1. Copy the whole content of this repository into an `acf-fonticonpicker` folder within your theme folder (can use sub folders).
2. Edit your `functions.php` file and add the code below:

```
include_once('acf-fonticonpicker/acf-fonticonpicker.php');
```

Credits
-------

[](#credits)

jQuery fontIconPicker has been made by [me](http://codeb.it). You can contact me at  or [twitter](https://twitter.com/Micc1983) for any issue or feauture request.

I really have to thank miniMAC for the idea, Zeno Rocha for jQuery plugin boilerplate, Dave Gandy for the beautiful set of icons, WilkoManger for adding support for ACF5 and Elliot Condon for the amazing work done on Advanced Custom Field.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity35

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity41

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 87.5% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/1e07acd1ee9af8c5f360732a0708be77c8fdb5119730373dbb882a011095d23e?d=identicon)[micc83](/maintainers/micc83)

---

Top Contributors

[![micc83](https://avatars.githubusercontent.com/u/1750404?v=4)](https://github.com/micc83 "micc83 (14 commits)")[![patrickgalbraith](https://avatars.githubusercontent.com/u/811945?v=4)](https://github.com/patrickgalbraith "patrickgalbraith (2 commits)")

### Embed Badge

![Health badge](/badges/micc83-acf-fonticonpicker/health.svg)

```
[![Health](https://phpackages.com/badges/micc83-acf-fonticonpicker/health.svg)](https://phpackages.com/packages/micc83-acf-fonticonpicker)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
