apply_filters( 'learndash_assignment_upload_filename', string $filename, int $post_id, string $file_time, string $file_title, string $file_ext )

Filters the assignment upload filename.


Description Description


Parameters Parameters

$filename

File name.

$post_id

Post ID.

$file_time

Unix timestamp.

$file_title

Title of the file.

$file_ext

File extention.


Top ↑

Source Source

File: includes/ld-assignment-uploads.php


Top ↑

Changelog Changelog

Changelog
Version Description
3.2.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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