wpmdb_mf_excludes
wpmdb_mf_excludes
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
Hook Type: filter
Displaying hooks found in version: wp-migrate-db.2.6.9apply_filters('wpmdb_mf_excludes') is found 1 times:
- /class/Common/MF/MediaFilesLocal.php line 175
$excludes = preg_split('/\r\n|\r|\n/', stripcslashes($excludes));//stripcslashes() makes the $excludes string double quoted so we can use preg_split() } $excludes[] = 'wp-migrate-db'; $excludes = apply_filters('wpmdb_mf_excludes', $excludes, $state_data); //Cleanup partial chunk files. $this->transfer_util->cleanup_temp_chunks(WP_CONTENT_DIR . DIRECTORY_SEPARATOR, 'tmpchunk'); //Bottleneck files scanning if (empty($state_data['is_cli_migration'])) {