wpmdbmf_file_transfer_complete
wpmdbmf_file_transfer_complete
Appears in: wp-migrate-db.2.6.1, wp-migrate-db.2.6.3
Hook Type: action
Displaying hooks found in version: wp-migrate-db.2.6.3do_action('wpmdbmf_file_transfer_complete') is found 1 times:
- /class/Common/MF/MediaFilesLocal.php line 269
$processed = $this->transfer_util->process_file_data($data); if (empty($data)) { do_action('wpmdbmf_file_transfer_complete'); // Clear out queue in case there is a next step $this->queue_manager->truncate_queue(); return $this->http->end_ajax(['status' => 'complete']); }