Filter: dt_process_media_save_source_file_path

apply_filters( 'dt_process_media_save_source_file_path', $save_file ) → {boolean}

Allow filtering whether to save the source file path.

Parameters:
Name Type Description
$save_file boolean

Whether to save the source file path. Default false.

Since:
  • 1.6.0
Source:
Returns:

Whether to save the source file path or not.

Type
boolean