Awesome Support Developer Documentation

wpas_attachments_filetypes


Signature

apply_filters( 'wpas_attachments_filetypes', $file_types );

Typical Usage

Modify the list of file types that can be accepted by the system.  Normally you can set these in the TICKETS->SETTINGS screen but this filter allows you to modify them dynamically.

Parameters

  • $file_types : comma delimited string of file-types

Returns

  • Array

Located In

  • (various locations)

First Available

Version 3.0.0


More Topics In Filter Hooks

Share: