apply_filters( 'learndash_allowed_upload_extensions', array $ld_allowed_extensions , integer $post_id )
Filters allowed upload file extensions.
Description Description
Parameters Parameters
- $ld_allowed_extensions
-
Array of alowed upload file extensions.
- $post_id
-
$Post ID receiving the upload.
Source Source
File: includes/ld-misc-functions.php
Changelog Changelog
Version | Description |
---|---|
3.1.7 | Introduced. |