Advanced Custom Fields: Image Crop Add-on Plugin WordPress, Download, Install
November 14, 2016

An image field making it possible/required for the user to crop the selected image to the specified image size or dimensions
Advanced Custom Fields: Image Crop Add-on Download Now
(If the link does not work)↓
Originals Link WordPress.org
https://wordpress.org/plugins/acf-image-crop-add-on/
How to Install Advanced Custom Fields: Image Crop Add-on Plugin, Manually
This add-on can be treated as both a WP plugin and a theme include.
Plugin
- Copy the ‘acf-image_crop’ folder into your plugins folder
- Activate the plugin via the Plugins admin page
Include
- Copy the ‘acf-image_crop’ folder into your theme folder (can use sub folders). You can place the folder anywhere inside the ‘wp-content’ directory
- Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-image_crop.php file)
add_action('acf/register_fields', 'my_register_fields');
function my_register_fields()
{
include_once('acf-image-crop/acf-image-crop.php');
}
Video
Screenshots


Plugin Not Working?
If any errors or problems with the plug-in then write comments.









