Image Save Error: ' . esc_html($msg) . '
'; }); } // Exit without creating the directory return; } // Optional: check write permissions if (!is_writable($target_dir)) { $msg = "Permission denied writing to: $target_dir"; log_product_image_error($msg); if (is_admin()) { add_action('admin_notices', function() use ($msg) { echo 'Image Save Error: ' . esc_html($msg) . '
We are doing some updates on our site, and we need to be offline for a while. We will be back with you shortly!
Send us a message and we will get back to you asap!