Filters the different dimensions that a site icon is saved in.
Parameters
$site_icon_sizes
int[]- Array of sizes available for the Site Icon.
Source
$this->site_icon_sizes = apply_filters( 'site_icon_image_sizes', $this->site_icon_sizes );
Changelog
Version | Description |
---|---|
4.3.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.