[Plugin: Image Focus Point] Compatibility with imagemagick engine fix
-
The plugin works great and the concept is excellent. However, the ImageMagick Engine plugin wasn’t compatible with it, but the fix was easy. Both plugins get hooks to
wp_generate_attachment_metadata
, but Image Focus Point needs to do so last.In
imageFocusPoint.php li ~297
//[alx359] decrease priority, so the imagemagick engine hooks first (imagemagick-engine.php li ~91) //add_action('wp_generate_attachment_metadata', 'ifp_crop', 5, 2); add_action('wp_generate_attachment_metadata', 'ifp_crop', 11, 2);
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘[Plugin: Image Focus Point] Compatibility with imagemagick engine fix’ is closed to new replies.