Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
if(isset($upload['error'])){ wp_send_json_error($upload['error']); } $convert = rgbcmyk_convert_image($upload['file']); if (is_wp_error($convert)) { wp_send_json_error($convert->get_error_message()); } wp_send_json_success([ 'download' => $convert['url'] ]);
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!