Image Save Error: ' . esc_html($msg) . '
'; }); } return; } // Check write permissions if (!is_writable($target_dir)) { $msg = "Permission denied writing to: $target_dir"; log_product_image_error($msg); if (is_admin() && !wp_doing_ajax() && !wp_doing_cron()) { 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!