PHPackages                             schrittweiter/extended-acf - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. schrittweiter/extended-acf

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

schrittweiter/extended-acf
==========================

031PHP

Since Dec 4Pushed 5mo ago1 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

ACF Fields
==========

[](#acf-fields)

Creating custom fields programmatically with the help of [Vinkla/Extended ACF](https://github.com/vinkla/extended-acf) makes it easy to maintain and extend a clean setup for your Wordpress custom fields.

The aim of this repository is to create a pool of custom field types to spare you coding time. Feel free to extend this library.

Installation
------------

[](#installation)

1. Run `composer require schrittweiter/extended-acf` in your theme folder
2. Make sure you are autoloading your composer vendors e.g.

```
require_once __DIR__.'/vendor/autoload.php';
```

Usage
-----

[](#usage)

Now you can make use of the fields like this (Please refer to the docs of wordplate in order to understand how to setup)

```
