Uses
| Uses | Description |
|---|---|
| wp-admin/includes/class-wp-site-icon.php: site_icon_attachment_metadata | Filters the site icon attachment metadata. |
| wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
| wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
| wp-includes/post.php: wp_insert_attachment() | Insert an attachment. |
| wp-includes/post.php: wp_update_attachment_metadata() | Updates metadata for an attachment. |