Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
function allow_dwg_upload( $mimes ) { $mimes['dwg'] = 'application/acad'; $mimes['dxf'] = 'application/dxf'; return $mimes; } add_filter( 'upload_mimes', 'allow_dwg_upload' );
Ir al contenidoWelcome 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.