Profiles

  • Member Since: November 9th, 2020
  • Find me on:
  • Posted a reply to DXF Files, on the site WordPress.org Forums:
    function add_dxf_support($mimes) { $mimes['dxf'] = 'application/dxf'; return $mimes; } add_filter('upload_mimes','add_dxf_support'); All such plugins have an…