wpmdb_rows_per_segment

wpmdb_rows_per_segment

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

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

apply_filters('wpmdb_rows_per_segment') is found 1 times:

  • /class/Common/Sql/Table.php line 172
            Properties $properties,
            Replace $replace,
            FullSiteExport $full_site_export
        ) {
            $this->rows_per_segment = apply_filters('wpmdb_rows_per_segment', 100);
    
            $this->dynamic_props           = DynamicProperties::getInstance();
            $this->form_data               = $form_data;
            $this->props                   = $properties;
            $this->filesystem              = $filesystem;
            $this->util                    = $util;