wpmdb_cli_finalize_migration_response

wpmdb_cli_finalize_migration_response

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter
See hook in action

See hook in core

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

apply_filters('wpmdb_cli_finalize_migration_response') is found 1 times:

  • /class/Common/Cli/Cli.php line 632
    		if ('savefile' === $this->post_data['intent']) {
    			return $this->finalize_export();
    		}
    
    		$response = apply_filters('wpmdb_cli_finalize_migration_response', null, $this->post_data);
    		$response = $this->verify_cli_response($response, 'finalize_migration()');
    
    		if (is_wp_error($response)) {
    			return $response;
    		}
    
    

See this hook used in plugins: