apply_filters( ‘nelio_content_url_attributes_in_image_tag’, array $attributes )
HTML attributes that might contain the actual URL in an image tag.
Parameters
- $attributes array
(Required) list of attributes. Default:
[ 'src', 'data-src' ]
.
Source
Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |