Browse: Home / Hooks /

learndash_allowed_upload_extensions

apply_filters( 'learndash_allowed_upload_extensions',  array $ld_allowed_extensions,  integer $post_id )

Filters allowed upload file extensions.


Description #


Parameters #

$ld_allowed_extensions

(array) Array of allowed upload file extensions.

$post_id

(integer) $Post ID receiving the upload.


Source #

File: includes/ld-misc-functions.php


Changelog #

Changelog
Version Description
3.1.7 Introduced.