wpmdbmf_file_transfer_complete

wpmdbmf_file_transfer_complete

Hook Type: action

See hook in core

Displaying hooks found in version: wp-migrate-db.2.6.9

do_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']);
            }