function allow_dwg_upload( $mimes ) { $mimes['dwg'] = 'application/acad'; $mimes['dxf'] = 'application/dxf'; return $mimes; } add_filter( 'upload_mimes', 'allow_dwg_upload' );

Hello world!

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