woocommerce_download_parse_remote_file_path, $file_path
woocommerce_download_parse_remote_file_path, $file_path
Appears in: woocommerce.11.0.0
Hook Type: filter
Displaying hooks found in version: woocommerce.11.0.0apply_filters('woocommerce_download_parse_remote_file_path, $file_path') is found 1 times:
- /includes/class-wc-download-handler.php line 311
* @param string $file_path File path. */ return array( 'remote_file' => true, 'file_path' => apply_filters( 'woocommerce_download_parse_remote_file_path', $file_path ), ); } $wp_content_dirname = FilesystemUtil::get_content_directory_relative_path(); // See if path needs an abspath prepended to work.