File: wp-admin/includes/class-wp-site-icon.php
-
Deletes the Site Icon when the image file is deleted.
-
Adds custom image sizes when meta data for an image is requested, that happens to be used as Site Icon.
-
classWP_Site_Icon
Core class used to implement site icon functionality.
-
Registers actions and filters.
-
Creates an attachment ‘object’.
-
Inserts an attachment.
-
Filters the site icon attachment metadata.
-
Adds additional sizes to be made when creating the site icon images.
-
Filters the different dimensions that a site icon is saved in.
-
Adds Site Icon sizes to the array of image sizes on demand.