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'] ]); Hello world! - Jay Jagle Innovations

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

1 thought on “Hello world!”

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top