wpmdbmf_file_batch_size
wpmdbmf_file_batch_size
Appears in: wp-migrate-db.2.6.1, wp-migrate-db.2.6.10, wp-migrate-db.2.6.11, wp-migrate-db.2.6.3, wp-migrate-db.2.6.4, wp-migrate-db.2.6.5, wp-migrate-db.2.6.6, wp-migrate-db.2.6.7, wp-migrate-db.2.6.8, wp-migrate-db.2.6.9, wp-migrate-db.2.7.2, wp-migrate-db.2.7.3
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.7.3apply_filters('wpmdbmf_file_batch_size') is found 1 times:
- /class/Common/MF/MediaFilesLocal.php line 261
); $state_data = Persistence::setPostData($key_rules, __METHOD__); $count = apply_filters('wpmdbmf_file_batch_size', 1000); $data = $this->queue_manager->list_jobs($count); if (is_wp_error($data)) { return $this->http->end_ajax($data); }