do_action( 'RML/Item/Moved', $postId, $oldFolder, $fid, $isShortcut )
An attachment is moved to a specific folder.
Parameters:
Name | Type | Description |
---|---|---|
$postId |
int | The post id of the attachment |
$oldFolder |
int | The old folder id of the attachment |
$fid |
int | The new folder id of the attachment |
$isShortcut |
boolean | If true the attachment was copied to a folder |