wpmdbmf_file_transfer_complete
wpmdbmf_file_transfer_complete
Appears in: wp-migrate-db.2.6.1, wp-migrate-db.2.6.10, wp-migrate-db.2.6.11, wp-migrate-db.2.6.3, wp-migrate-db.2.6.4, wp-migrate-db.2.6.5, wp-migrate-db.2.6.6, wp-migrate-db.2.6.7, wp-migrate-db.2.6.8, wp-migrate-db.2.6.9
Hook Type: action
Displaying hooks found in version: wp-migrate-db.2.6.9do_action('wpmdbmf_file_transfer_complete') is found 1 times:
- /class/Common/MF/MediaFilesLocal.php line 267
$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']); }