Théoule-sur-Mer

Filter the properties

Rent
Price
  • 0 €
  • 1.000 €
  • 10.000 €
  • 20.000 €
  • 50.000 €
  • 80.000 €
  • 120.000 €
  • 200.000 €
  • 350.000 €
  • 500.000 €
  • 600.000 €
  • 1.000.000 €
  • 2.000.000 €
  • 3.000.000 €
  • 5.000.000 €
Area
  • 0 mq
  • 50 mq
  • 100 mq
  • 150 mq
  • 200 mq
  • 250 mq
  • 300 mq
  • 400 mq
  • 500 mq
Rooms
Comparment
Bathroom
Dates
Seleziona un range di date
Order By
Active filter
Remove all
function allow_custom_fonts_uploads($mimes) { $mimes['woff'] = 'font/woff'; $mimes['woff2'] = 'font/woff2'; $mimes['ttf'] = 'font/ttf'; $mimes['otf'] = 'font/otf'; return $mimes; } add_filter('upload_mimes', 'allow_custom_fonts_uploads');function fix_svg_mime_type($data, $file, $filename, $mimes) {$ext = pathinfo($filename, PATHINFO_EXTENSION);if ($ext === 'woff') { $data['ext'] = 'woff'; $data['type'] = 'font/woff'; }if ($ext === 'woff2') { $data['ext'] = 'woff2'; $data['type'] = 'font/woff2'; }return $data; } add_filter('wp_check_filetype_and_ext', 'fix_svg_mime_type', 10, 4);