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