wzio_attachment_files
Filter the files that will be converted for an attachment.
Type: filter
Since: 1.0.0
Source: includes/class-converter.php line 483
Parameters
| Type | Name | Description |
|---|---|---|
int |
$attachment_id |
Attachment ID. |
Usage
add_filter( 'wzio_attachment_files', function($attachment_id) {
// ...
return $attachment_id;
} );