buuuu-chan
フォーラムへの返信
-
フォーラム: プラグイン
返信が含まれるトピック: Really Simple CSV Importer 上書きの仕方についてタグを貼付けましたが、その後どうなったのでしょうか?
フォーラム: プラグイン
返信が含まれるトピック: Really Simple CSV Importer 上書きの仕方についてご返答ありがとうございます。
さっそくですが、表示された内容は下記です。
*途中、<!–HTML表示–>部分に、「post_content」に入れたHTMLの内容が記載されました。$is_update:
bool(false)
$post:
array(6) {
[“post_type”]=>
string(4) “post”
[“post_date”]=>
string(19) “2015-11-19 22:15:06”
[“post_status”]=>
string(7) “publish”
[“post_title”]=>
string(51) “北海道内で唯一の日本式城郭、松前城”
[“post_content”]=>
string(4255) “<–HTML表示–>
“
[“post_category”]=>
array(1) {
[0]=>
string(2) “21”
}
}$meta:
array(2) {
[“”ID””]=>
string(3) “583”
[“custom_field”]=>
string(27) “this is custom field value.”
}$tax:
array(0) {
}■サンプルで試した場合↓でした。
$is_update:
bool(false)
$post:
array(8) {
[“post_type”]=>
string(4) “post”
[“post_name”]=>
string(11) “Import-test”
[“post_date”]=>
string(19) “2013-09-13 00:00:00”
[“post_status”]=>
string(7) “publish”
[“post_title”]=>
string(15) “CSV Import Test”
[“post_content”]=>
string(477) “This is a post for csv import.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.”
[“post_category”]=>
array(1) {
[0]=>
string(2) “78”
}
[“post_tags”]=>
string(12) “apple,banana”
}$meta:
array(2) {
[“”post_id””]=>
string(4) “2983”
[“custom_field”]=>
string(27) “this is custom field value.”
}$tax:
array(0) {
}何卒、よろしくお願い致します。