PHP code example of livy / plumbing-acf
1. Go to this page and download the library: Download livy/plumbing-acf library. Choose the download type require. 2. Extract the ZIP file and open the index.php. 3. Add this code to the index.php.
<?php
require_once('vendor/autoload.php');
/* Start to develop here. Best regards https://php-download.com/ */
livy / plumbing-acf example snippets
Livy\Plumbing\ACF\Simple::getField('my-field');
use Livy\Plumbing\ACF\Simple as ACF;
ACF::getField('my-field');