wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_content_img_tag › WordPress Filter Hooks

Seit6.0.0
Veraltetn/v
apply_filters( 'wp_content_img_tag', $filtered_image, $context, $attachment_id )
Parameter: (3)
  • () filtered_image Full img tag with attributes that will replace the source img tag.
    Erforderlich: Ja
  • () context Additional context, like the current filter name or the function name from where this was called.
    Erforderlich: Ja
  • () attachment_id The image attachment ID. May be 0 in case the image is not an attachment.
    Erforderlich: Ja
Definiert in:
Codex:

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





Quellcode

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