// Prevent remote image downloads during import by short-circuiting HTTP requests to image hosts add_filter('pre_http_request', function($pre, $r, $url) { // only when import processing is running (best-effort detection) if ( defined('DOING_AJAX') || (isset($_GET['action']) && $_GET['action'] === 'processing') || function_exists('pmxi_is_import_in_progress')) { // block common remote image hosts (adjust as needed) if (preg_match('#(focelda\.com|dweb\.focelda\.com|ecf_shared|fifu_list_url)#i', $url)) { return array('headers'=>array(),'body'=>'','response'=>array('code'=>404,'message'=>'skipped-by-speedfix')); } } return false; }, 9, 3); ACWILD - Acwild
0
    0
    Il tuo carrello
    Il tuo carrello è vuotoRitorna al negozio