Logo::clear_svg_size_attr( array $attr, WP_Post $attachment, string $size = 'thumbnail' )
Clear width and height attributes for SVG.
Parameters
- $attr
-
(Required) Attributes.
- $attachment
-
(Required) The attachment.
- $size
-
(Optional) The size.
Default value: 'thumbnail'
Return
(array)
Source
File: header-footer-grid/Core/Components/Logo.php
Expand full source code Collapse full source code View on Github