473* @param bool|null$override Value to return instead of saving.Defaultnull.474* @param string$filename Name of the file to be saved.475* @param resource|GdImage$image Image resource or GdImage instance.476* @param string$mime_type The mime type of the image.477* @param int$post_id Attachment post ID.478*/479$saved=apply_filters_deprecated(480'wp_save_image_file',481array(null,$filename,$image,$mime_type,$post_id),482'3.5.0',483'wp_save_image_editor_file'484);485
History
Introduced in 2.9.0. Unchanged from 6.7.7 through 7.1.0.