=== OL - Advanced Custom Fields: Tools === Contributors: olelukoe Requires at least: 3.6.0 Tested up to: 4.9.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Some functions to comfort use ACF Plugin == Description == This plugin contains functions facilitating the work of programmers with ACF plugin == Installation == This software can be treated as both a WP plugin and a theme include. = Plugin = 1. Copy the 'ol-acf-tools' folder into your plugins folder 2. Activate the plugin via the Plugins admin page = Include = 1. Copy the 'ol-acf-tools' folder into your theme folder (can use sub folders) * You can place the folder anywhere inside the 'wp-content' directory 2. Edit your functions.php file and add the following code to include the field: ` include_once('ol-acf-tools/ol-acf-tools.php'); ` 3. Make sure the path is correct to include the ol-acf-tools.php file == Changelog == = 1.0.0 = * Initial Release.