Title: Missing Filter Option for feature image  tag
Last modified: August 31, 2016

---

# Missing Filter Option for feature image tag

 *  [itagility](https://wordpress.org/support/users/itagility/)
 * (@itagility)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/missing-hook-for-for-feature-image/)
 * I need to include the image credit for our Feature Images; however, I’m not finding
   a way to do it with this plugin. According to Facebook documentation we should
   include the <cite></cite> tag in the <figcaption> tag:
 * FOR EXAMPLE:
    <figure> <img src=”[http://example.images.com/1.jpg”/&gt](http://example.images.com/1.jpg”/&gt);
   <figcaption class=”op-vertical-below”> <h1>Image 1 Title</h1> <cite> Attribution
   Source </cite> </figcaption> </figure>
 * However, the plugin only includes a filter to modify the feature src & caption.
 *  /**
    * Filter the featured image. * * [@since](https://wordpress.org/support/users/since/)
   0.1 * [@param](https://wordpress.org/support/users/param/) array $image_data {*
   Array containg image source and caption. * * [@type](https://wordpress.org/support/users/type/)
   string $src Image URL. * [@type](https://wordpress.org/support/users/type/) string
   $caption Image caption. * } * [@param](https://wordpress.org/support/users/param/)
   int $post_id The post ID. */ $image_data = apply_filters( ‘instant_articles_featured_image’,
   $image_data, $this->_post->ID ); return $image_data;
 * ========
    If I try to embed the credit in the caption it gets encoded. Can we
   add support for image credits using the <cite></cite> for feature images? I can’t
   use the transformer rules for this since it’s in the header.
 * If I try to add the <cite></cite> tags in the with caption value they tags get
   encoded.
    [https://wordpress.org/plugins/fb-instant-articles/](https://wordpress.org/plugins/fb-instant-articles/)

The topic ‘Missing Filter Option for feature image tag’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/fb-instant-articles_8fa0a4.svg)
 * [Instant Articles for WP](https://wordpress.org/plugins/fb-instant-articles/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/fb-instant-articles/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/fb-instant-articles/)
 * [Active Topics](https://wordpress.org/support/plugin/fb-instant-articles/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/fb-instant-articles/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/fb-instant-articles/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [itagility](https://wordpress.org/support/users/itagility/)
 * Last activity: [10 years, 2 months ago](https://wordpress.org/support/topic/missing-hook-for-for-feature-image/)
 * Status: not resolved