[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$f9M137DkR8p1iQN9t7JwQaev95W0FVOpx_tU8A4BZ95Q":3},{"slug":4,"display_name":5,"profile_url":6,"plugin_count":7,"total_installs":8,"avg_security_score":9,"avg_patch_time_days":10,"trust_score":11,"computed_at":12,"plugins":13},"hissy","Takuro Hishikawa","https:\u002F\u002Fprofiles.wordpress.org\u002Fhissy\u002F",2,40010,85,30,84,"2026-04-06T12:20:23.453Z",[14,39],{"slug":15,"name":16,"version":17,"author":5,"author_profile":6,"description":18,"short_description":19,"active_installs":20,"downloaded":21,"rating":22,"num_ratings":23,"last_updated":24,"tested_up_to":25,"requires_at_least":26,"requires_php":27,"tags":28,"homepage":34,"download_link":35,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"really-simple-csv-importer","Really Simple CSV Importer","1.3","\u003Cp>Alternative CSV Importer plugin. Simple and powerful, best for geeks.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Category support\u003C\u002Fli>\n\u003Cli>Tag support\u003C\u002Fli>\n\u003Cli>Custom field support\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsmart-custom-fields\u002F\" rel=\"ugc\">Smart Custom Fields\u003C\u002Fa> support\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fcustomfieldsuite.com\u002F\" rel=\"nofollow ugc\">Custom Field Suite\u003C\u002Fa> support\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"http:\u002F\u002Fwww.advancedcustomfields.com\u002F\" rel=\"nofollow ugc\">Advanced Custom Fields\u003C\u002Fa> support\u003C\u002Fli>\n\u003Cli>Custom Taxonomy support\u003C\u002Fli>\n\u003Cli>Custom Post Type support\u003C\u002Fli>\n\u003Cli>Filter hook for dry-run-testing\u003C\u002Fli>\n\u003Cli>Filter hooks for customize csv data before importing to database\u003C\u002Fli>\n\u003Cli>Action hook for update post data after importing to database\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>You can get example CSV files in \u003Ccode>\u002Fwp-content\u002Fplugins\u002Freally-simple-csv-importer\u002Fsample\u003C\u002Fcode> directory.\u003C\u002Fp>\n\u003Ch4>Available column names and values:\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ccode>ID\u003C\u002Fcode> or \u003Ccode>post_id\u003C\u002Fcode>: (int) post id.\u003Cbr \u002F>\nThis value is not required. The post ID is already exists in your blog, importer will update that post data. If the ID is not exists, importer will trying to create a new post with suggested ID.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_author\u003C\u002Fcode>: (login or ID) The user name or user ID number of the author.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_date\u003C\u002Fcode>: (string) The time of publish date.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_content\u003C\u002Fcode>: (string) The full text of the post.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_title\u003C\u002Fcode>: (string) The title of the post.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_excerpt\u003C\u002Fcode>: (string) For all your post excerpt needs.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_status\u003C\u002Fcode>: (‘draft’ or ‘publish’ or ‘pending’ or ‘future’ or ‘private’ or custom registered status) The status of the post. ‘draft’ is default.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_password\u003C\u002Fcode>: (string) The password to protect the post. The password is limited to 20 characters.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_name\u003C\u002Fcode>: (string) The slug of the post.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_parent\u003C\u002Fcode>: (int) The post parent id. Used for page or hierarchical post type.\u003C\u002Fli>\n\u003Cli>\u003Ccode>menu_order\u003C\u002Fcode>: (int)\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_type\u003C\u002Fcode>: (‘post’ or ‘page’ or any other post type name) \u003Cem>(required)\u003C\u002Fem> The post type slug, not labels.\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_thumbnail\u003C\u002Fcode>: (string) The uri or path of the post thumbnail.\u003Cbr \u002F>\nE.g. http:\u002F\u002Fexample.com\u002Fexample.jpg or \u002Fpath\u002Fto\u002Fexample.jpg\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_category\u003C\u002Fcode>: (string, comma separated) slug of post categories\u003C\u002Fli>\n\u003Cli>\u003Ccode>post_tags\u003C\u002Fcode>: (string, comma separated) name of post tags\u003C\u002Fli>\n\u003Cli>\u003Ccode>tax_{taxonomy}\u003C\u002Fcode>: (string, comma separated) Any field prefixed with \u003Ccode>tax_\u003C\u002Fcode> will be used as a custom taxonomy. Taxonomy must already exist. Entries are names or slugs of terms.\u003C\u002Fli>\n\u003Cli>\u003Ccode>{custom_field_key}\u003C\u002Fcode>: (string) Any other column labels used as custom field\u003C\u002Fli>\n\u003Cli>\u003Ccode>cfs_{field_name}\u003C\u002Fcode>: (string) If you would like to import data to custom fields set by Custom Field Suite, please add prefix \u003Ccode>cfs_\u003C\u002Fcode> to column header name.\u003C\u002Fli>\n\u003Cli>\u003Ccode>scf_{field_name}\u003C\u002Fcode>: (string) If you would like to import data to custom fields set by Smart Custom Fields, please add prefix \u003Ccode>scf_\u003C\u002Fcode> to column header name.\u003C\u002Fli>\n\u003Cli>\u003Ccode>comment_status\u003C\u002Fcode>: (‘closed’ or ‘open’) Default is the option ‘default_comment_status’, or ‘closed’.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Note: Empty cells in the csv file means “keep it”, not “delete it”.\u003Cbr \u002F>\nNote: To set the page template of a page, use custom field key of \u003Ccode>_wp_page_template\u003C\u002Fcode>.\u003Cbr \u002F>\nNote: If providing a post_status of ‘future’ you must specify the post_date in order for WordPress to know when to publish your post.\u003Cbr \u002F>\nNote: If the post_type value is \u003Ccode>attachment\u003C\u002Fcode>, you can use \u003Ccode>post_thumbnail\u003C\u002Fcode> field to define media URL or path.\u003C\u002Fp>\n\u003Ch4>Advanced Custom Fields plugin integrate\u003C\u002Fh4>\n\u003Cp>If advanced custom field key is exists, importer will trying to use \u003Ca href=\"http:\u002F\u002Fwww.advancedcustomfields.com\u002Fresources\u002Ffunctions\u002Fupdate_field\u002F\" rel=\"nofollow ugc\">update_field\u003C\u002Fa> function instead of built-in add_post_meta function.\u003Cbr \u002F>\nHow to find advanced custom field key: \u003Ca href=\"http:\u002F\u002Fwww.advancedcustomfields.com\u002Fresources\u002Ffunctions\u002Fupdate_field\u002F#finding-the%20field%20key\" rel=\"nofollow ugc\">Finding the field key\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Official public repository\u003C\u002Fh4>\n\u003Cp>Add star and read future issues about rs-csv-importer on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhissy\u002Frs-csv-importer\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>!\u003C\u002Fp>\n\u003Ch4>Thanks\u003C\u002Fh4>\n\u003Cp>Cover banner designed by @\u003Ca href=\"http:\u002F\u002Fuwasora.com\u002F\" rel=\"nofollow ugc\">luchino__\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>How to debug import data\u003C\u002Fh3>\n\u003Cp>\u003Cem>Really Simple CSV Importer Debugger add-on\u003C\u002Fem> enables you to dry-run-testing and show more detailed post, meta, taxonomy data of each csv row.\u003Cbr \u002F>\nDownload from \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002Fhissy\u002F7175656\" rel=\"nofollow ugc\">gist\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch3>How to customize import post data\u003C\u002Fh3>\n\u003Cp>There are three filters available in the importer.\u003C\u002Fp>\n\u003Ch4>really_simple_csv_importer_save_post\u003C\u002Fh4>\n\u003Cp>This filter is applied to post data.\u003C\u002Fp>\n\u003Cp>Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$post\u003C\u002Fcode> – (array)(required) post data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$is_update\u003C\u002Fcode> – (bool) update existing post data, or insert new post data\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function really_simple_csv_importer_save_post_filter( $post, $is_update ) {\n\n    \u002F\u002F remove specific tag from import data\n    if (isset($post['post_tags'])) {\n        $_tags = array();\n        foreach ($post['post_tags'] as $tag) {\n            if ($tag != 'Apple') {\n                $_tags[] = $tag;\n            }\n        }\n        $post['post_tags'] = $_tags;\n    }\n\n    return $post;\n}\nadd_filter( 'really_simple_csv_importer_save_post', 'really_simple_csv_importer_save_post_filter', 10, 2 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>really_simple_csv_importer_save_meta\u003C\u002Fh4>\n\u003Cp>This filter is applied to post meta data.\u003C\u002Fp>\n\u003Cp>Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$meta\u003C\u002Fcode> – (array)(required) post meta data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$post\u003C\u002Fcode> – (array) post data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$is_update\u003C\u002Fcode> – (bool)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function really_simple_csv_importer_save_meta_filter( $meta, $post, $is_update ) {\n\n    \u002F\u002F serialize metadata\n    $meta_array = array();\n    if (isset($meta['meta_key_1'])) $meta_array[] = $meta['meta_key_1'];\n    if (isset($meta['meta_key_2'])) $meta_array[] = $meta['meta_key_2'];\n    $meta = array( 'meta_key' => $meta_array );\n\n    return $meta;\n}\nadd_filter( 'really_simple_csv_importer_save_meta', 'really_simple_csv_importer_save_meta_filter', 10, 3 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>really_simple_csv_importer_save_tax\u003C\u002Fh4>\n\u003Cp>This filter is applied to post taxonomy data (categories and tags are not included, these are post data).\u003C\u002Fp>\n\u003Cp>Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$tax\u003C\u002Fcode> – (array)(required) post taxonomy data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$post\u003C\u002Fcode> – (array) post data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$is_update\u003C\u002Fcode> – (bool)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function really_simple_csv_importer_save_tax_filter( $tax, $post, $is_update ) {\n\n    \u002F\u002F Fix misspelled taxonomy\n    if (isset($tax['actors'])) {\n        $_actors = array();\n        foreach ($tax['actors'] as $actor) {\n            if ($actor == 'Johnny Dep') {\n                $actor = 'Johnny Depp';\n            }\n            $_actors[] = $actor;\n        }\n        $tax['actors'] = $_actors;\n    }\n\n    return $tax;\n}\nadd_filter( 'really_simple_csv_importer_save_tax', 'really_simple_csv_importer_save_tax_filter', 10, 3 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch4>really_simple_csv_importer_save_thumbnail\u003C\u002Fh4>\n\u003Cp>This filter is applied to thumbnail data.\u003C\u002Fp>\n\u003Cp>Parameters:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ccode>$post_thumbnail\u003C\u002Fcode> – (string)(required) the thumbnail file path or distant URL\u003C\u002Fli>\n\u003Cli>\u003Ccode>$post\u003C\u002Fcode> – (array) post data\u003C\u002Fli>\n\u003Cli>\u003Ccode>$is_update\u003C\u002Fcode> – (bool)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Example:\u003C\u002Fp>\n\u003Cpre>\u003Ccode>function really_simple_csv_importer_save_thumbnail_filter( $post_thumbnail, $post, $is_update ) {\n\n    \u002F\u002F Import a local file from an FTP directory\n    if (!empty($post_thumbnail) && file_exists($post_thumbnail)) {\n        $upload_dir   = wp_upload_dir();\n        $target_path  = $upload_dir['path'] . DIRECTORY_SEPARATOR . basename($post_thumbnail);\n        if (copy($post_thumbnail, $target_path)) {\n            $post_thumbnail = $target_path;\n        }\n    }\n\n    return $post_thumbnail;\n}\nadd_filter( 'really_simple_csv_importer_save_thumbnail', 'really_simple_csv_importer_save_thumbnail_filter', 10, 3 );\n\u003C\u002Fcode>\u003C\u002Fpre>\n\u003Ch3>How to customize the post data after importing to database\u003C\u002Fh3>\n\u003Ch4>really_simple_csv_importer_post_saved\u003C\u002Fh4>\n\u003Cp>This action provides availability to run some tasks after importing.\u003C\u002Fp>\n\u003Cp>Example: Download image from remote url to custom field (Download from \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002Fhissy\u002F0973a6a9977129a6ebd0\" rel=\"nofollow ugc\">gist\u003C\u002Fa>)\u003C\u002Fp>\n\u003Ch3>How to customize the importing process entirely\u003C\u002Fh3>\n\u003Ch4>really_simple_csv_importer_class\u003C\u002Fh4>\n\u003Cp>This filter provides availability to completely replace the \u003Ccode>RS_CSV_Importer#save_post\u003C\u002Fcode> method.\u003C\u002Fp>\n\u003Cp>Example: Update row based on a custom field ID\u002Fkey match (Download from \u003Ca href=\"https:\u002F\u002Fgist.github.com\u002Fhissy\u002F199ad9be855ec9be1e54\" rel=\"nofollow ugc\">gist\u003C\u002Fa>)\u003C\u002Fp>\n","Alternative CSV Importer plugin. Simple and powerful, best for geeks.",40000,305152,98,107,"2017-11-28T05:26:00.000Z","4.3.34","3.6","",[29,30,31,32,33],"acf","cfs","csv","importer","scf","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Freally-simple-csv-importer\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freally-simple-csv-importer.zip",0,null,"2026-04-06T09:54:40.288Z",{"slug":40,"name":41,"version":42,"author":5,"author_profile":6,"description":43,"short_description":44,"active_installs":45,"downloaded":46,"rating":36,"num_ratings":36,"last_updated":47,"tested_up_to":48,"requires_at_least":49,"requires_php":27,"tags":50,"homepage":27,"download_link":53,"security_score":9,"vuln_count":36,"unpatched_count":36,"last_vuln_date":37,"fetched_at":38},"wp-c5-exporter","WP C5 Exporter","0.3","\u003Cp>You can export a file of your blog’s content in order to import it into your concrete5 site. The export file will be an XML file format called concrete5 CIF (content import format).\u003C\u002Fp>\n\u003Cp>You can also download files of your blog in order to import these into your concrete5 site.\u003C\u002Fp>\n\u003Cp>Currently this plugin is a beta release. All contributions are welcome on \u003Ca href=\"https:\u002F\u002Fgithub.com\u002Fhissy\u002Fwp-c5-exporter\" rel=\"nofollow ugc\">GitHub\u003C\u002Fa>.\u003C\u002Fp>\n","Move your WordPress blog content to your concrete5 site.",10,1525,"2016-07-30T06:03:00.000Z","4.1.42","4.0",[51,52],"concrete5","exporter","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-c5-exporter.zip"]