Here is Katie’s story and how she inspired S. M. Wilson’s timely construction of the Shriners Hospitals for Children in St. Louis, MO.
function allow_json_upload($mimes) { $mimes['json'] = 'application/json'; return $mimes; } add_filter('upload_mimes', 'allow_json_upload');