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

Advanced Custom Fields: Image Crop Add-on Plugin WordPress

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

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

  1. Copy the ‘acf-image_crop’ folder into your plugins folder
  2. Activate the plugin via the Plugins admin page

Include

  1. 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
  2. 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

Advanced Custom Fields: Image Crop Add-on Plugin WordPress

Advanced Custom Fields: Image Crop Add-on Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *