update_attached_file


update_attached_file ( $attachment_id, $file )

Parameters:
  • (int) attachment_id Attachment ID.
  • (string) file File path for the attachment.
Returns:
  • (bool) True on success, false on failure.
Defined at:

Description

Updates attachment file path based on attachment ID.Used to update the file path of the attachment, which uses post meta name '_wp_attached_file' to store the path of the attachment.

Related Functions

get_attached_file, wp_delete_attachment_files, update_archived, update_post_cache, update_meta_cache

Top Google Results

User discussions

wpseek mobile