wpmdbtp_file_transfer_complete

wpmdbtp_file_transfer_complete

Hook Type: action

See hook in core

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

do_action('wpmdbtp_file_transfer_complete') is found 1 times:

  • /class/Common/TPF/ThemePluginFilesLocal.php line 293
     
            $processed = $this->transfer_util->process_file_data($data);
    
            if (empty($data)) {
                do_action('wpmdbtp_file_transfer_complete');
    
                // Clear out queue in case there is a next step
                $this->queueManager->truncate_queue();
    
                return $this->http->end_ajax(['status' => 'complete']);
            }
    
wpmdbtp_file_transfer_complete - WordPress Hooks

wpmdbtp_file_transfer_complete

wpmdbtp_file_transfer_complete

Hook Type: action

See hook in core

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

do_action('wpmdbtp_file_transfer_complete') is found 1 times:

  • /class/Common/TPF/ThemePluginFilesLocal.php line 293
     
            $processed = $this->transfer_util->process_file_data($data);
    
            if (empty($data)) {
                do_action('wpmdbtp_file_transfer_complete');
    
                // Clear out queue in case there is a next step
                $this->queueManager->truncate_queue();
    
                return $this->http->end_ajax(['status' => 'complete']);
            }