Recent

wzio_attachment_convertedaction

wzio_attachment_converted

Fires after an attachment has been processed.

Type: action
Since: 1.0.0
Source: includes/class-converter.php line 118

Parameters

Type Name Description
int $attachment_id Attachment ID.

Usage

add_action( 'wzio_attachment_converted', function($attachment_id) {
    // ...
} );