From 1eb09ce159e4a1d0aec64fefddc56aaa6dd5a04d Mon Sep 17 00:00:00 2001 From: hissy Date: Tue, 2 Jun 2015 07:03:18 +0900 Subject: [PATCH] Update readme --- readme.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.txt b/readme.txt index cbe0442..8ed64c7 100644 --- a/readme.txt +++ b/readme.txt @@ -36,6 +36,7 @@ You can get example CSV files in `/wp-content/plugins/really-simple-csv-importer * `post_title`: (string) The title of the post. * `post_excerpt`: (string) For all your post excerpt needs. * `post_status`: ('draft' or 'publish' or 'pending' or 'future' or 'private' or custom registered status) The status of the post. 'draft' is default. +* `post_password`: (string) The password to protect tye post.The password is limited to 20 characters. * `post_name`: (string) The slug of the post. * `post_parent`: (int) The post parent id. Used for page or hierarchical post type. * `menu_order`: (int)