WC_Download_Handler::download_file_xsendfile()
Method: Download a file using X-Sendfile, X-Lighttpd-Sendfile, or X-Accel-Redirect if available.
Source: includes/class-wc-download-handler.php:311
Method: Download a file using X-Sendfile, X-Lighttpd-Sendfile, or X-Accel-Redirect if available.
Source: includes/class-wc-download-handler.php:311
Filter Hook: Fallback on force download method for remote files. This is because: 1. xsendfile needs proxy configuration to work for remote files, which cannot be assumed to be available on most hosts.
Source: includes/class-wc-download-handler.php:319
Method: Parse the HTTP_RANGE request from iOS devices.
Source: includes/class-wc-download-handler.php:361
Method: Force download – this is the default method.
Source: includes/class-wc-download-handler.php:429
Method: Check if there are downloads remaining.
Source: includes/class-wc-download-handler.php:154
Method: Check if the download has expired.
Source: includes/class-wc-download-handler.php:165
Method: Check if a download requires the user to login first.
Source: includes/class-wc-download-handler.php:176
Method: Count download.
Source: includes/class-wc-download-handler.php:197
Method: Download a file – hook into init function.
Source: includes/class-wc-download-handler.php:207
Class: Download handler class.
Source: includes/class-wc-download-handler.php:16