wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_content_img_tag › WordPress Filter Hooks

Since6.0.0
Deprecatedn/a
apply_filters( 'wp_content_img_tag', $filtered_image, $context, $attachment_id )
Parameters: (3)
  • () filtered_image Full img tag with attributes that will replace the source img tag.
    Required: Yes
  • () context Additional context, like the current filter name or the function name from where this was called.
    Required: Yes
  • () attachment_id The image attachment ID. May be 0 in case the image is not an attachment.
    Required: Yes
Defined at:
Codex:

Filters an img tag within the content for a given context.





Source

$filtered_image = apply_filters( 'wp_content_img_tag', $filtered_image, $context, $attachment_id );