get_image_tag_class WordPress Filter Hook

The get_image_tag_class hook is used to filter the class attribute of an image tag.

apply_filters( 'get_image_tag_class', string $class, int $id, string $align, string|int[] $size ) #

Filters the value of the attachment’s image tag class attribute.


Parameters

$class

(string)CSS class name or space-separated list of classes.

$id

(int)Attachment ID.

$align

(string)Part of the class name for aligning the image.

$size

(string|int[])Requested image size. Can be any registered image size name, or an array of width and height values in pixels (in that order).


Top ↑

Source

File: wp-includes/media.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.6.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More