apply_filters( ‘site_icon_image_sizes’, int[] $site_icon_sizes )

In this article

Filters the different dimensions that a site icon is saved in.

Parameters

$site_icon_sizesint[]
Array of sizes available for the Site Icon.

Source

$this->site_icon_sizes = apply_filters( 'site_icon_image_sizes', $this->site_icon_sizes );

Changelog

VersionDescription
4.3.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.