chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600chutuoc-logo-600
  • IT Bí điển
    • Lập trình
      • Css
      • Javascript
      • Php
    • Sql
      • Sql căn bản
      • Các lệnh Sql hay dùng
    • Server and vps
      • EasyEngine
        • EasyEngine3
        • EasyEngine4
      • Docker
    • Hệ điều hành
      • Linux
        • Linux terminal command
    • Cms
      • WordPress
        • Theme wordpress
        • Plugin wordpress
    • SEO
    • Công cụ
      • Git
    • DevOps Engineer
    • Solution
✕

Allow upload csv file for wordpress

Function allow upload csv file for wordpres in function.php

define('ALLOW_UNFILTERED_UPLOADS', true);
function chutuoc_upload_mimes($mimes = array()) {
	// Add a key and value for the CSV file type
	$mimes['csv'] = "text/csv";
	return $mimes;
	}
add_action('upload_mimes', 'chutuoc_upload_mimes');
Tuấn Sữa
Hướng cây là do gió, hướng cuộc đời là do chính chúng ta

Bài cùng loại

20/12/2023

Configure SFTP on EE4 server


Đọc luôn
12/10/2023

Disable xmlrpc wordpress


Đọc luôn
17/06/2023

Lỗi Export mysql “ERROR 1045 (28000): Access denied for user”


Đọc luôn
© 2016 Tuấn sữa - Blog