Browse: Home / Hooks /

learndash_purchase_invoice_filename

apply_filters( 'learndash_purchase_invoice_filename',  string $filename,  int $post_id,  string|float $file_time,  int $user_id )

Filters the purchase invoice upload file name.


Description #


Parameters #

$filename

(string) File name.

$post_id

(int) Post ID.

$file_time

(string|float) Unix timestamp.

$user_id

(int) User ID


Source #

File: includes/payments/ld-purchase-invoice-functions.php


Changelog #

Changelog
Version Description
4.1.0 Introduced.