• Resolved patternmb

    (@patternmb)


    Hello!

    I’m using ACF (Advanced Custom Fields) plugin to add image fields to taxonomies. However the Instant Images tab does not show up in the Media Library popup when editing/adding terms for categories/tags.

    As a temporary solution I’ve added the following line of code in instant-images.php after line 70 (in the __construct function of the InstantImages class):

    add_action( 'load-edit-tags.php', array(&$this, 'instant_img_block_enqueue') ); // Taxonomies

    Not sure if it’s the best solution but it works fine for my needs. I’d love to see ACF/taxonomy support built into the plugin for future releases.

    Thank you for your hard work making this handy plugin!

Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
  • The topic ‘Feature Request: ACF / Taxonomy support’ is closed to new replies.