Action: RML/Item/MoveFinished

do_action( 'RML/Item/MoveFinished', $fid, $attachments, $folder, $isShortcut, $sourceFolders )

This action is fired after items gets moved to a specific folder.

Parameters:
Name Type Description
$fid int

The destination folder id

$attachments Array.<int>

The attachment post ids

$folder IFolder

The folder object

$isShortcut boolean

If true the attachments are copied to a folder

$sourceFolders Array.<int>

TheĀ“source folder ids of the attachments (since 4.0.9)