*/functionwp_ajax_crop_image(){$attachment_id=absint($_POST['id']);check_ajax_referer('image_editor-'.$attachment_id,'nonce');if(!current_user_can('customize')){wp_send_json_error();}$context=str_replace('_','-',$_POST['context']);$data=array_map('absint',$_POST['cropDetail...