WC_Product_Download::get_allowed_mime_types()
Get allowed mime types.
Method of the class: WC_Product_Download{}
Hooks from the method
Return
Array
.
Usage
$WC_Product_Download = new WC_Product_Download(); $WC_Product_Download->get_allowed_mime_types();
WC_Product_Download::get_allowed_mime_types() WC Product Download::get allowed mime types code WC 9.8.2
public function get_allowed_mime_types() { return apply_filters( 'woocommerce_downloadable_file_allowed_mime_types', get_allowed_mime_types() ); }