edd_local_file_location_is_allowed( $file_details,  $schemas,  $requested_file )

Determines if a file should be allowed to be downloaded by making sure it’s within the wp-content directory.


Description Description


Parameters Parameters

$file_details

(Required)

$schemas

(Required)

$requested_file

(Required)


Top ↑

Return Return

(boolean)


Top ↑

Source Source

File: includes/process-download.php


			

Top ↑

Changelog Changelog

Changelog
Version Description
2.9.13 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.