wpmdb_mf_excludes

wpmdb_mf_excludes

Hook Type: filter

See hook in core

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

apply_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'])) {