Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

WordPress Migrate Plugin

// MrWP.io
// Speed Up WP Migrate Lite
// This filter allows you to override the default transfer rate of 100
// For example, to bump this up to download 10,000 records per request
add_filter( 'wpmdb_rows_per_segment', function () {
    return 10000;
});
Source by mrwp.io #
 
PREVIOUS NEXT
Tagged: #WordPress #Migrate #Plugin
ADD COMMENT
Topic
Name
6+6 =