function allow_json_upload($mimes) { $mimes['json'] = 'application/json'; return $mimes; } add_filter('upload_mimes', 'allow_json_upload');
This content is password protected. To view it please enter your password below:
Password: