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!
Hi, this is a comment.
To get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.
Commenter avatars come from Gravatar.