woocommerce_downloadable_file_exists, file_exists( $file_url

woocommerce_downloadable_file_exists, file_exists( $file_url

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: woocommerce.11.0.0

apply_filters('woocommerce_downloadable_file_exists, file_exists( $file_url') is found 1 times:

  • /includes/class-wc-product-download.php line 194
    		}
    
    		$file_url = $this->get_absolute_file_path( $this->get_file() );
    
    		return apply_filters( 'woocommerce_downloadable_file_exists', file_exists( $file_url ), $this->get_file() );
    	}
    
    	/**
    	 * Resolve a stored "relative" download file reference to an absolute filesystem path.
    	 *
    	 * A relative reference can be expressed either against the WordPress root (ABSPATH)