Uses
Uses | Description |
---|---|
wp-admin/includes/image.php: wp_generate_attachment_metadata() | Generate attachment meta data and create image sub-sizes for images. |
wp-admin/includes/class-custom-image-header.php: wp_header_image_attachment_metadata | Filters the header image attachment metadata. |
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. |