Really Simple CSV Importer Add-on.
Media’s URL (Images, Documents… etc) in CSV, Download Media and Convert url to attachment ID.
اگر با مشکلی مواجه شدهاید،
لطفاً آن را با جزئیات برای ما ارسال کنید.
🔒 برای ثبت گزارش خرابی باید وارد سایت شوید.
Really Simple CSV Importer Add-on.
Media’s URL (Images, Documents… etc) in CSV, Download Media and Convert url to attachment ID.
/rs-csv-importer-media-addon directory to the /wp-content/plugins/ directory.Use really_simple_csv_importer_media_ext2type for change file extension to allowed.
add_filter('really_simple_csv_importer_media_ext2type', 'really_simple_csv_importer_media_ext2type');
function really_simple_csv_importer_media_ext2type( $types ) {
return array(
'image' => array( 'jpg', 'jpeg', 'jpe', 'gif', 'png' ),
'audio' => array( 'mp3', 'ogg', 'wav', 'wma' ),
'video' => array( 'mov', 'mp4', 'mpeg', 'mpg', 'ogm', 'ogv', 'wmv' ),
'document' => array( 'doc', 'docx', 'odt', 'pages', 'pdf', 'psd' ),
'spreadsheet' => array( 'ods', 'xls', 'xlsx' ),
'interactive' => array( 'swf', 'key', 'ppt', 'pptx', 'odp' ),
'text' => array( 'asc', 'csv', 'tsv', 'txt' ),
'archive' => array( 'dmg', 'gz', 'rar', 'tar', 'tgz', 'zip'),
'code' => array( 'css', 'htm', 'html', 'php', 'js' ),
);
}
| نسخه | حجم فایل | SHA256 | تغییرات | دانلود |
|---|---|---|---|---|
| 1.1.0 | 6 کیلوبایت | - |
دانلود
برای دانلود باید وارد سایت شوید
ورود / ثبت نام |
قیمت:
رایگان
نگارش
1.1.0
آخرین انتشار
12 اردیبهشت 1405
آخرین بروزرسانی
4 ماه پیش
نصب های فعال
5,000+
نگارش وردپرس
وردپرس 4.1+
تست شده از نسخه
وردپرس 4.3.34
نگارش PHP
-
نسخه ها
1 نسخه