[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"$ffeRGUo0MDkgN8NI5uOvoobOtaXmu0U3i3AIchk9pq1w":3},{"slug":4,"name":5,"version":6,"author":7,"author_profile":8,"description":9,"short_description":10,"active_installs":11,"downloaded":12,"rating":13,"num_ratings":13,"last_updated":14,"tested_up_to":15,"requires_at_least":16,"requires_php":17,"tags":18,"homepage":24,"download_link":25,"security_score":26,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28,"vulnerabilities":29,"developer":30,"crawl_stats":27,"alternatives":38,"analysis":142,"fingerprints":223},"simple-csv-importer","Simple CSV Importer","1.0.1","Apsara Aruna","https:\u002F\u002Fprofiles.wordpress.org\u002Fapsaraaruna\u002F","\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\u002Fsimple-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","Alternative CSV Importer plugin. Simple and powerful, best for geeks.",80,2088,0,"2025-02-08T15:29:00.000Z","6.7.5","5.4","",[19,20,21,22,23],"acf","cfs","csv","custom-posts","importer","https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fsimple-csv-importer","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fsimple-csv-importer.1.0.1.zip",92,null,"2026-03-15T15:16:48.613Z",[],{"slug":31,"display_name":7,"profile_url":8,"plugin_count":32,"total_installs":33,"avg_security_score":34,"avg_patch_time_days":35,"trust_score":36,"computed_at":37},"apsaraaruna",11,700,90,30,87,"2026-04-04T15:09:25.033Z",[39,58,82,104,126],{"slug":40,"name":41,"version":42,"author":43,"author_profile":44,"description":45,"short_description":10,"active_installs":46,"downloaded":47,"rating":48,"num_ratings":49,"last_updated":50,"tested_up_to":51,"requires_at_least":52,"requires_php":17,"tags":53,"homepage":55,"download_link":56,"security_score":57,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"really-simple-csv-importer","Really Simple CSV Importer","1.3","Takuro Hishikawa","https:\u002F\u002Fprofiles.wordpress.org\u002Fhissy\u002F","\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",40000,304472,98,107,"2017-11-28T05:26:00.000Z","4.3.34","3.6",[19,20,21,23,54],"scf","http:\u002F\u002Fwordpress.org\u002Fplugins\u002Freally-simple-csv-importer\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Freally-simple-csv-importer.zip",85,{"slug":59,"name":60,"version":61,"author":62,"author_profile":63,"description":64,"short_description":65,"active_installs":66,"downloaded":67,"rating":68,"num_ratings":69,"last_updated":70,"tested_up_to":71,"requires_at_least":72,"requires_php":17,"tags":73,"homepage":77,"download_link":78,"security_score":79,"vuln_count":80,"unpatched_count":13,"last_vuln_date":81,"fetched_at":28},"import-users-from-csv-with-meta","Import and export users and customers","1.29.7","Javier Carazo","https:\u002F\u002Fprofiles.wordpress.org\u002Fcarazo\u002F","\u003Cp>\u003Cstrong>Try it out on your free dummy site: Click here => \u003Ca href=\"https:\u002F\u002Fdemo.tastewp.com\u002Fimport-users-from-csv-with-meta\" rel=\"nofollow ugc\">https:\u002F\u002Fdemo.tastewp.com\u002Fimport-users-from-csv-with-meta\u003C\u002Fa>\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Clean and easy-to-use import and export users and customer plugin, for WordPress and WooCommerce. It includes custom user meta to be included automatically from a CSV file and delimitation auto-detector. It also is able to send a mail to each user imported and all the meta data imported is ready to edit into user profile.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Import CSV file with users directly to your WordPress or customers into WooCommerce\u003C\u002Fli>\n\u003Cli>Import thousends of users or customers in only some seconds\u003C\u002Fli>\n\u003Cli>Export users or customers to a CSV file, filtering by role or registered date\u003C\u002Fli>\n\u003Cli>You can also import meta-data like data from WooCommerce customers\u003C\u002Fli>\n\u003Cli>You can assign roles while importing. To create new user roles or manage existing ones we recommend you using \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fprofile-builder\u002F\" rel=\"ugc\">Profile Builder – Roles Editor\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>Send a mail to every new user, this mails can be saved as templates and are fully customizable, before sending you can test it\u003C\u002Fli>\n\u003Cli>Use your own \u003C\u002Fli>\n\u003Cli>You can also update users if the user is already in your WordPress\u003C\u002Fli>\n\u003Cli>Create a cron task to import users periodically\u003C\u002Fli>\n\u003Cli>Edit the metadata (you will be able to edit the metadata imported using metakeys directly in the profile of each user)\u003C\u002Fli>\n\u003Cli>Extend the plugin using the hooks we provide\u003C\u002Fli>\n\u003Cli>Compatible with WPML \u003Ca href=\"https:\u002F\u002Fwpml.org\u002Fdocumentation\u002Fplugins-compatibility\u002Fimport-users-from-csv-with-meta-and-wpml\u002F\" rel=\"nofollow ugc\">read the documentation\u003C\u002Fa> to see how you can translate the front-end import and export users page and send translated email notifications to users\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Moreover this plugin is compatible with many other plugins to be able to import and include them data, subscriptions, memberships, etc. Take a look:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>WooCommerce: to import the customer data\u003C\u002Fli>\n\u003Cli>WooCommerce Memberships: to import memberships\u003C\u002Fli>\n\u003Cli>WooCommerce Subscriptions: to create subscriptions associated with users while they are being imported\u003C\u002Fli>\n\u003Cli>BuddyPress: to import custom BuddyPress avatars, fields, groups and roles\u003C\u002Fli>\n\u003Cli>Advanced Custom Fields: to import data to the fields you define there\u003C\u002Fli>\n\u003Cli>Paid Membership Pro: to import memberships, included compatibility with PMPro version 3\u003C\u002Fli>\n\u003Cli>Indeed Ultimate Membership Pro: to import memberships\u003C\u002Fli>\n\u003Cli>Paid Member Subscriptions: to import memberships\u003C\u002Fli>\n\u003Cli>Allow Multiple Accounts: plugin will allow the same rules importing than this plugin\u003C\u002Fli>\n\u003Cli>Groups: to assign users to groups while importing\u003C\u002Fli>\n\u003Cli>New User Approve: you can import users and approbe\u002Fwait for approve them\u003C\u002Fli>\n\u003Cli>Users Group: to assign users to groups while importing\u003C\u002Fli>\n\u003Cli>WP LMS Course: to enroll users in the courses while importing\u003C\u002Fli>\n\u003Cli>WP Members: to import memberships\u003C\u002Fli>\n\u003Cli>WP Users Group: to assign users to groups while importing\u003C\u002Fli>\n\u003Cli>WooCommerce Membership by RightPress: to create memberships while users are being imported\u003C\u002Fli>\n\u003Cli>WP Private Content Plus: To import and export the groups to which users are assigned\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>If you have some problem or doubt:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Read our documentation\u003C\u002Fli>\n\u003Cli>Ask anything in support forum, we try to give the best support\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>In Codection we have more plugins, please take a look to them.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fproducto\u002Fredsys-gateway-for-woocommerce\" rel=\"nofollow ugc\">RedSys Gateway for WooCommerce Pro a plugin to connect your WooCommerce to RedSys\u003C\u002Fa> (premium)\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fproducto\u002Fceca-gateway-for-woocommerce-pro\u002F\" rel=\"nofollow ugc\">Ceca Gateway for WooCommerce Pro a plugin to connect your WooCommerce to Ceca\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fproducto\u002Fredsys-gateway-for-contact-form-7\u002F\" rel=\"nofollow ugc\">RedSys Gateway for Contact Form 7 a plugin to receive payments using RedSys in WordPress using the popular contact plugin Contact Form 7\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fproducto\u002Fceca-gateway-for-contact-form-7\u002F\" rel=\"nofollow ugc\">Ceca Gateway for Contact Form 7 a plugin to receive payments using Ceca in WordPress using the popular contact plugin Contact Form 7\u003C\u002Fa> (premium)\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fplugin\u002Fredsys-bizum-gateway-for-gravity-forms\u002F\" rel=\"nofollow ugc\">RedSys & Bizum Gateway for Gravity Forms a plugin to receive payments using RedSys in Gravity Forms\u003C\u002Fa> (premium)\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fplugin\u002Fredsys-gateway-for-wpforms\u002F\" rel=\"nofollow ugc\">RedSys & Bizum Gateway for WPForms a plugin to receive payments using RedSys WP Forms\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fplugin\u002Fredsys-bizum-for-givewp\u002F\" rel=\"nofollow ugc\">RedSys & Bizum for GiveWP a plugin to receive payments using RedSys in Give WP the most popular donation plugin and fundraising platform for WordPress\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fplugin\u002Fredsys-link-generator\u002F\" rel=\"nofollow ugc\">RedSys Link Generator a plugin to receive payments using payment links like PayGold but better\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fplugin\u002Fredsys-gateway-for-edd-pro\u002F\" rel=\"nofollow ugc\">RedSys & Bizum Gateway for EDD Pro a plugin to receive payments using RedSys with Easy Digital Downloads\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fcodection.com\u002Fproducto\u002Fredsys-gateway-for-wp-booking-calendar-pro\u002F\" rel=\"nofollow ugc\">RedSys Gateway for WP Booking Calendar Pro a plugin to receive payments using RedSys in WordPress using WP Booking Calendar Pro\u003C\u002Fa> (premium)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fclean-login\u002F\" rel=\"ugc\">Clean Login a plugin to create your own register, log in, lost password and update profile forms\u003C\u002Fa> (free)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwoo-products-restricted-users\u002F\" rel=\"ugc\">Products Restricted Users for WooCommerce a plugin to restrict product visibility by user\u003C\u002Fa> (free)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Ffirst-payment-date-for-woocommerce-subscriptions\u002F\" rel=\"ugc\">First payment date for WooCommerce Subscriptions a plugin to set a first payment date in membership sites with WooCommerce Subscriptions\u003C\u002Fa> (free)\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fimport-wp.com\u002Fpayment-schedule-for-woocommerce-subscriptions\" rel=\"nofollow ugc\">Payment Schedule for WooCommerce Subscriptions\u003C\u002Fa> (premium)\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>\u003Cstrong>Basics\u003C\u002Fstrong>\u003C\u002Fh3>\n\u003Cul>\n\u003Cli>Import users and customers from a CSV easily\u003C\u002Fli>\n\u003Cli>And also extra profile information with the user meta data (included in the CSV with your custom fields)\u003C\u002Fli>\n\u003Cli>Just upload the CSV file (one included as example)\u003C\u002Fli>\n\u003Cli>All your users will be created\u002Fupdated with the updated information, and of course including the user meta\u003C\u002Fli>\n\u003Cli>Autodetect delimiter compatible with \u003Ccode>comma ,\u003C\u002Fcode>, \u003Ccode>semicolon ;\u003C\u002Fcode> and \u003Ccode>bar |\u003C\u002Fcode>\u003C\u002Fli>\n\u003Cli>Export users and customers choosing delimiters and using some filters\u003C\u002Fli>\n\u003Cli>Create a cron task to do the import periodically in order to integrate WordPress with an external system\u003C\u002Fli>\n\u003Cli>Interaction with lots of other plugins like WooCommerce, BuddyPress, Paid Membership Pro, WooCommerce Memebership, WooCommerce Subscriptions and many others\u003C\u002Fli>\n\u003Cli>Import users from frontend using a shortcode\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch3>\u003Cstrong>Usage\u003C\u002Fstrong>\u003C\u002Fh3>\n\u003Cp>Once the plugin is installed you can use it. Go to Tools menu and there, there will be a section called \u003Cem>Insert users from CSV\u003C\u002Fem>. Just choose your CSV file and go!\u003C\u002Fp>\n\u003Ch3>\u003Cstrong>CSV generation\u003C\u002Fstrong>\u003C\u002Fh3>\n\u003Cp>You can generate CSV file with all users inside it, using a standar spreadsheet software like: Microsoft Excel, LibreOffice Calc, OpenOffice Calc or Gnumeric.\u003C\u002Fp>\n\u003Cp>You have to create the file filled with information (or take it from another database) and you will only have to choose CSV file when you “Save as…” the file. As example, a CSV file is included with the plugin.\u003C\u002Fp>\n\u003Ch3>\u003Cstrong>Some considerations\u003C\u002Fstrong>\u003C\u002Fh3>\n\u003Cp>Plugin will automatically detect:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Charset and set it to \u003Cstrong>UTF-8\u003C\u002Fstrong> to prevent problems with non-ASCII characters.\u003C\u002Fli>\n\u003Cli>It also will \u003Cstrong>auto detect line-ending\u003C\u002Fstrong> to prevent problems with different OS.\u003C\u002Fli>\n\u003Cli>Finally, it will \u003Cstrong>detect the delimiter\u003C\u002Fstrong> being used in CSV file\u003C\u002Fli>\n\u003C\u002Ful>\n","Import and export users and customers including user meta, roles, and other. Compatible with many plugins. Do it from the front end or using cron.",80000,5544455,94,253,"2025-12-03T13:43:00.000Z","6.9.4","3.4",[21,74,75,76,23],"export","exporter","import","https:\u002F\u002Fwww.codection.com","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fimport-users-from-csv-with-meta.1.29.7.zip",88,21,"2026-03-21 10:03:40",{"slug":83,"name":84,"version":85,"author":86,"author_profile":87,"description":88,"short_description":89,"active_installs":46,"downloaded":90,"rating":91,"num_ratings":92,"last_updated":93,"tested_up_to":71,"requires_at_least":94,"requires_php":95,"tags":96,"homepage":102,"download_link":103,"security_score":91,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"csv-xml-import-for-acf","WP All Import – Import Add-On for ACF","1.0.7","WP All Import","https:\u002F\u002Fprofiles.wordpress.org\u002Fwpallimport\u002F","\u003Cp>The ACF Add-On for \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\u002F\" rel=\"ugc\">WP All Import\u003C\u002Fa> makes it easy to bulk import data from any CSV or XML file into your ACF fields in WordPress in less than 10 minutes.\u003C\u002Fp>\n\u003Cp>The left side shows all of the ACF fields that you can import to and the right side displays the data from your XML\u002FCSV file.\u003C\u002Fp>\n\u003Cp>Simply Drag & Drop the data from your XML or CSV into the ACF fields to import them.\u003C\u002Fp>\n\u003Cp>The importer is so intuitive that it is almost like manually adding custom post type data in the Advanced Custom Fields plugin.\u003C\u002Fp>\n\u003Cp>ACF CSV imports? ACF XML imports? They are EASY with WP All Import.\u003C\u002Fp>\n\u003Ch4>Why you should use the ACF Add-On for WP All Import\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>Supports files in any format and structure. There are no requirements for the data in your file to be organized in a certain way. CSV imports into Advanced Custom Fields is easy, no matter the structure of your file.\u003C\u002Fli>\n\u003Cli>Import all basic fields such as text, numbers, range, email address URL, and password. Support for all other ACF fields in the Pro version of the ACF add-on.\u003C\u002Fli>\n\u003Cli>Imports files of practically unlimited size by automatically splitting them into chunks. WP All Import is limited solely by your server settings.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>ACF WP All Import Pro Edition\u003C\u002Fh4>\n\u003Cp>The ACF Add-On for WP All Import is fully compatible with \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\" rel=\"ugc\">the free version of WP All Import\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>However, \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">the Pro version of WP All Import and the ACF add-on\u003C\u002Fa> includes premium support and adds the following features:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Support for every ACF Field – \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Fhow-to-import-advanced-custom-fields-acf-from-csv\u002F\" rel=\"nofollow ugc\">Import ACF data from CSV, Excel, or XML\u003C\u002Fa> into Flexible Content, Relationships, Dates, Image Galleries, Google Maps, and more.\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Fimport-acf-repeater\u002F\" rel=\"nofollow ugc\">Import ACF Repeater fields\u003C\u002Fa>.\u003C\u002Fli>\n\u003Cli>Image and Gallery support – Easily import gallery images from your computer, another server, or anywhere else.\u003C\u002Fli>\n\u003Cli>Import files from a URL – Download and import files from external websites, even if they are password protected with HTTP authentication.\u003C\u002Fli>\n\u003Cli>Cron Job\u002FRecurring Imports – WP All Import Pro can periodically check a file for updates, and add, edit, delete, and update any custom post type.\u003C\u002Fli>\n\u003Cli>Custom PHP Functions –  Pass your data through custom functions by using [my_function({data[1]})] in your import template. WP All Import will pass the value of {data[1]} through my_function and use whatever it returns.\u003C\u002Fli>\n\u003Cli>Access to premium technical support.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">Upgrade to the Pro version of WP All Import now.\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>You need the ACF add-on if you need to:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Import hundreds and thousands of posts in a few minutes.\u003C\u002Fli>\n\u003Cli>You want to save your precious time and avoid doing manual data entry.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>ACF CSV Imports\u003C\u002Fh4>\n\u003Cp>CSV is a common file format that’s editable by major spreadsheet software. It allows you to easily add and edit ACF data and change column names.\u003C\u002Fp>\n\u003Cp>When importing ACF data from CSV files, you should use UTF-8 encoding (which is very standard) if you are having any trouble with CSV imports containing special characters. But other than that, there are no special requirements.\u003C\u002Fp>\n\u003Cp>This add-on is the best option for ACF CSV import tasks – our importer is extremely flexible when doing ACF imports because you don’t need to edit your CSV files to import the data to Advanced Custom Fields. WP All Import can import ANY CSV file to ACF. You don’t need to layout your data in a specific way, and you don’t need your CSV to have specific column names. WP All Import’s drag & drop interface provides you with a visual way to map the columns in your CSV file to the appropriate fields in Advanced Custom Fields.\u003C\u002Fp>\n\u003Ch4>Developers: Create Your Own Add-On\u003C\u002Fh4>\n\u003Cp>This Add-On was created using the \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdocumentation\u002Faddon-dev\u002Foverview\u002F\" rel=\"nofollow ugc\">Rapid Add-On API\u003C\u002Fa> for WP All Import. We’ve made it really easy to write your own Add-On.\u003C\u002Fp>\n\u003Cp>Don’t have time? We’ll help you find someone to write it for you.\u003C\u002Fp>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fdevelopers\u002F\" rel=\"nofollow ugc\">Read more about getting an Add-On made for your plugin or theme.\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Related Plugins\u003C\u002Fh4>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-export\u002F\" rel=\"ugc\">Export any WordPress data to XML\u002FCSV\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-all-import\u002F\" rel=\"ugc\">Import any XML or CSV File to WordPress\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fproduct-export-for-woocommerce\u002F\" rel=\"ugc\">Export Products to CSV\u002FXML for WooCommerce\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fcustom-product-tabs-wp-all-import-add-on\u002F\" rel=\"ugc\">Custom Product Tabs for WooCommerce WP All Import Add-on\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Forder-export-for-woocommerce\u002F\" rel=\"ugc\">Export Orders to CSV\u002FXML for WooCommerce\u003C\u002Fa>\u003Cbr \u002F>\n\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fexport-wp-users-xml-csv\u002F\" rel=\"ugc\">Export WordPress Users to CSV\u002FXML\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch3>Support\u003C\u002Fh3>\n\u003Cp>You can submit the \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fsupport\u002F\" rel=\"nofollow ugc\">support form on our website\u003C\u002Fa> or email us at \u003Ca href=\"mailto:support@wpallimport.com\" rel=\"nofollow ugc\">support@wpallimport.com\u003C\u002Fa>. While we try to assist users of our free version, please note that support is not guaranteed and will depend on our capacity. For premium support, purchase \u003Ca href=\"https:\u002F\u002Fwww.wpallimport.com\u002Fimport-advanced-custom-fields-acf-csv\u002F#buy-now\u002F?utm_source=free-plugin&utm_medium=dot-org&utm_campaign=import-acf\" rel=\"nofollow ugc\">WP All Import Pro\u003C\u002Fa>.\u003C\u002Fp>\n","Drag & drop to import any CSV, Excel, XML, or Google Sheets file into Advanced Custom Fields. Supports repeaters, flexible content, galleries, and &hellip;",182413,100,6,"2026-01-30T14:05:00.000Z","5.0","7.4",[97,98,99,100,101],"acf-import","csv-import","import-acf","import-advanced-custom-fields","xml-import","http:\u002F\u002Fwww.wpallimport.com\u002F","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fcsv-xml-import-for-acf.1.0.7.zip",{"slug":105,"name":106,"version":107,"author":108,"author_profile":109,"description":110,"short_description":111,"active_installs":112,"downloaded":113,"rating":79,"num_ratings":114,"last_updated":115,"tested_up_to":71,"requires_at_least":94,"requires_php":95,"tags":116,"homepage":122,"download_link":123,"security_score":79,"vuln_count":124,"unpatched_count":13,"last_vuln_date":125,"fetched_at":28},"wp-ultimate-csv-importer","WP Ultimate CSV Importer – Import CSV, XML & Excel into WordPress","7.39.2","Smackcoders Inc.,","https:\u002F\u002Fprofiles.wordpress.org\u002Fsmackcoders\u002F","\u003Cp>\u003Cstrong>WP Ultimate CSV Importer\u003C\u002Fstrong> is your all-in-one \u003Cstrong>WP import export\u003C\u002Fstrong> solution to easily bulk import WordPress content and export them. Whether you’re working with WooCommerce products or orders, ACF custom fields, JetEngine, Yoast SEO, users, comments, or other custom post types, it offers a flexible and easier way to import & export as CSV, XML, Excel, or Google Sheet files, saving you hours of manual effort.\u003C\u002Fp>\n\u003Cp>To enable exporting feature, you’ll need the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-ultimate-exporter\" rel=\"ugc\">WP Ultimate Exporter add-on\u003C\u002Fa>. Once you install and activate the Importer plugin, you’ll be prompted to add the Exporter( and other available add-ons) via the plugin dashboard or when you visit the Export page.\u003C\u002Fp>\n\u003Cp>You can use this plugin to migrate content from any CMS into WordPress, including posts, pages, products, users, comments, and custom data. It is also useful for transferring content between WordPress sites, and building websites powered by affiliate datafeeds, allowing you to import large datasets from external sources into WordPress quickly and efficiently.\u003C\u002Fp>\n\u003Cp>You can easily map affiliate datafeed fields to WordPress fields, custom fields, taxonomies, or WooCommerce product attributes. This makes it simple to create price comparison sites, affiliate stores, product catalogs, or automated content websites using regularly updated datafeed files.\u003C\u002Fp>\n\u003Ch3>Why Choose WP Ultimate CSV Importer?\u003C\u002Fh3>\n\u003Cp>Unlike other WordPress importers that lock basic features behind a paywall, WP Ultimate CSV Importer gives you ACF support, WooCommerce import, media handling, AI content generation, One-Click Migration, and many more — all free. No upgrade needed for the essentials.\u003C\u002Fp>\n\u003Cp>\u003Cstrong>Try Before You Install\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cp>Experience the Pro plugin in action: \u003Ca href=\"https:\u002F\u002Fdemo.smackcoders.com\u002Fwordpress\u002Fwp-admin\u002F?utm_source=csv_importer_free&utm_medium=wporgreadme&utm_campaign=csv_importer_pro_demo\" rel=\"nofollow ugc\">Live Demo »\u003C\u002Fa>\u003C\u002Fp>\n\u003Cp>Try by creating a \u003Ca href=\"https:\u002F\u002Ftrial.smackcoders.com\u002Findex.html?utm_source=csv-importer-free&utm_medium=wporgreadme&utm_campaign=csv_importer_pro_trial\" rel=\"nofollow ugc\">Private Trial\u003C\u002Fa>\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002Fdy3pdwoujxQ?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Cp>\u003Cstrong>Key Features of WP Import – Ultimate CSV\u002FXML Importer\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>All-in-One WP Import Support\u003C\u002Fstrong>: Import posts, pages, custom post types, taxonomies, media, users, and more.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce Integration\u003C\u002Fstrong>: Bulk import products, variations, WooCommerce orders, and coupons.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Advanced Custom Fields (ACF)\u003C\u002Fstrong>: Map and import ACF & ACF Pro fields with ease.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Custom Taxonomies & Post Meta\u003C\u002Fstrong>: Full support for importing custom field data.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Real-time Import Logs\u003C\u002Fstrong>: Monitor import status and handle errors without difficulty.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Scheduled Imports\u003C\u002Fstrong>: Automate your wp import tasks via FTP, URL, or manual uploads.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multilingual & SEO Plugins\u003C\u002Fstrong>: Compatible with WPML, Polylang, Yoast SEO, RankMath, All in One SEO, and more.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Flexible File Formats\u003C\u002Fstrong>: Supports CSV, XML, Excel, Google Sheets, TSV, and ZIP files.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Various Plugin Integrations\u003C\u002Fstrong>: Compatibility with many popular plugins in the market.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>AI Integrations\u003C\u002Fstrong>: Supports ChatGPT AI, Gemini, and Claude AI to generate content and image during import.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Cstrong>Key Benefits\u003C\u002Fstrong>\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Accelerate Workflow (bulk import\u002Fexport):\u003C\u002Fstrong> Easily handle large datasets in minutes, saving valuable time and simplifying website updates. Whether launching a new site or updating content, the bulk import\u002Fexport features boost productivity and reduce manual work.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Extensive Plugins Compatibility:\u003C\u002Fstrong> Enjoy smooth integration with plugins like WooCommerce, Yoast SEO, WPML, Advanced Custom Fields, MetaBox, JetEngine, Directory plugins, LMS plugins, Membership plugins, and more. This ensures your core content, taxonomies, multilingual data, SEO settings, and other essential data, migrate without any hassle.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Single Post Import-Export:\u003C\u002Fstrong> Experience the new way of content transferring. Export and import individual posts, pages, and custom posts content as CSV, directly from the edit or create view in dashboard, eliminating the need to process a bulk dataset.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Error-Free Migrations:\u003C\u002Fstrong> Minimize mistakes with the plugin’s intuitive drag-and-drop interface and detailed logs. Support for CSV, XML, Excel, and TSV formats. Ensures accurate mapping and preserves data integrity during every import or export.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Advanced Filtering:\u003C\u002Fstrong> Speed up content imports with flexible condition-based filtering. Import only what you need by setting rules based on titles, authors, taxonomies, and more. No need to edit source files manually.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>User-Friendly Interface\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Seamless Imports:\u003C\u002Fstrong> Upload your \u003Cstrong>CSV\u003C\u002Fstrong>,\u003Cstrong>XML\u003C\u002Fstrong>, or \u003Cstrong>Excel\u003C\u002Fstrong> file. The intuitive interface simplifies even the most extensive imports, making it accessible to all users.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Smart Field Mapping:\u003C\u002Fstrong> Quickly align data fields with \u003Cstrong>WordPress\u003C\u002Fstrong> fields for efficient and precise data transfers.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Real-Time Progress Tracking:\u003C\u002Fstrong> Monitor imports live to identify and resolve issues instantly.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Comprehensive Logs:\u003C\u002Fstrong> Access detailed import logs for transparency and troubleshooting.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Pre-Import File Validation:\u003C\u002Fstrong> Ensure error-free imports by validating your data while uploading and before import.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Server-Side Error Handling:\u003C\u002Fstrong> Identifies server-related issues like timeouts or memory limits for smoother, more stable imports.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Flexible File Uploads\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Multiple Upload Options:\u003C\u002Fstrong> Import files directly from your device, a URL, or \u003Cstrong>FTP\u002FSFTP\u003C\u002Fstrong> sources.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Broad Format Support:\u003C\u002Fstrong> Handle file types like \u003Cstrong>CSV, XML, Excel, TSV, and more\u003C\u002Fstrong>, ensuring compatibility with various platforms.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Customizable Imports:\u003C\u002Fstrong> Leverage custom functions to tailor the import process to your specific requirements.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Advanced Filtering Rules:\u003C\u002Fstrong> Apply multiple AND\u002FOR filter conditions to selectively import only the rows that match specific criteria—perfect for targeted updates or partial data imports.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Automatic Media Handling\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\n\u003Cp>\u003Cstrong>Hassle-Free Image Imports:\u003C\u002Fstrong> Automatically add and link images to your posts or products during the import process.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Boost SEO:\u003C\u002Fstrong> Enhance image visibility with auto-generated alt text and titles for search engines.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Efficient Media Management:\u003C\u002Fstrong> Simplify handling of large media libraries without manual uploads.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003Cli>\n\u003Cp>\u003Cstrong>Resolve Media Import Failures:\u003C\u002Fstrong> Get the list of failed images import with summary logs. Edit and reimport for a complete and accurate media library.\u003C\u002Fp>\n\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Migration & One-Click Import for Faster Website Data Transfers\u003C\u002Fh4>\n\u003Cp>Need to move content from one WordPress or WooCommerce site to another? WP Ultimate CSV Importer offers Migration and One-Click Import feature. You can now do the content migration in just a few clicks, no need to manually configure field mappings or other settings.\u003C\u002Fp>\n\u003Cp>This feature requires the \u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Fwp-ultimate-exporter\" rel=\"ugc\">Export Add-on\u003C\u002Fa>, which gives you access to a special Migrate option during export.\u003C\u002Fp>\n\u003Cp>Refer to more detailed instructions on our \u003Ca href=\"https:\u002F\u002Fwww.smackcoders.com\u002Fdocumentation\u002Fwp-ultimate-csv-importer-pro\u002Fmigrate-wordpress-and-woocommerce-data?utmsource=web&utmcampaign=readme&utmmedium=wporg\" rel=\"nofollow ugc\">Migrate & One Click Import documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Cp>Watch the video tutorial below related to how to migrate and one click import data with Ultimate CSV Importer.\u003C\u002Fp>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FNiBx2fqX1kc?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n\u003Ch4>Popular Plugins Integration\u003C\u002Fh4>\n\u003Cp>Here are the list of plugins, we’ve added import and export compatibility with WP Ultimate CSV Importer.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>Advanced Custom Fields (ACF): Basic, Choices, jQuery, and WYSIWYG fields\u003C\u002Fli>\n\u003Cli>MetaBox Plugin ~ Basic & Limited Advanced fields.  (Now supports OpenStreetMap and Custom Icon fields)\u003C\u002Fli>\n\u003Cli>Pods ~ CPT and All Fields\u003C\u002Fli>\n\u003Cli>JetEngine ~ Basic fields (CPTs & CCTs)  \u003C\u002Fli>\n\u003Cli>Toolset Types ~ Basic fields  \u003C\u002Fli>\n\u003Cli>Custom Field Suite plugin  \u003C\u002Fli>\n\u003Cli>CPT UI  \u003C\u002Fli>\n\u003Cli>WooCommerce ~ Products, Coupons, Orders, Reviews, Customers, and Refunds. WooCommerce products are imported with categories, tags, gallery images, and attributes  \u003C\u002Fli>\n\u003Cli>WooCommerce Product Bundles Plugin\u003C\u002Fli>\n\u003Cli>WooCommerce Billing & Shipping Information  \u003C\u002Fli>\n\u003Cli>SureCart\u003C\u002Fli>\n\u003Cli>WordPress SEO Plugins: AIOSEO (free & pro), RankMath SEO FREE, SEOPress (free & pro), Yoast SEO\u003C\u002Fli>\n\u003Cli>WPML (posts & pages)\u003C\u002Fli>\n\u003Cli>Polylang Free\u003C\u002Fli>\n\u003Cli>Polylang for WooCommerce Plugin  \u003C\u002Fli>\n\u003Cli>WP Job Manager Plugin\u003C\u002Fli>\n\u003Cli>TotalPress Custom post types, Custom Fields & more ~ CPTs, Custom Fields\u003C\u002Fli>\n\u003Cli>WP Customer Reviews\u003C\u002Fli>\n\u003Cli>LearnPress plugin ~ Courses, Lessons, Quizzes, Orders, and Questions\u003C\u002Fli>\n\u003Cli>LifterLMS plugin ~ Courses, Coupons, Reviews, Lessons\u003C\u002Fli>\n\u003Cli>MasterStudy LMS plugin ~ Courses, Lessons, Quizzes, Questions, and Orders\u003C\u002Fli>\n\u003Cli>BuddyPress Import\u003C\u002Fli>\n\u003Cli>bbPress ~ Topic, Reply, and Forum\u003C\u002Fli>\n\u003Cli>Post Expirator Plugin\u003C\u002Fli>\n\u003Cli>Featured Image from URL (FIFU)\u003C\u002Fli>\n\u003Cli>YITH Barcodes\u003C\u002Fli>\n\u003Cli>YITH Cost of Goods\u003C\u002Fli>\n\u003Cli>Membership plugins: WP-Members, Members\u003C\u002Fli>\n\u003Cli>WPComplete\u003C\u002Fli>\n\u003Cli>Exmage image\u003C\u002Fli>\n\u003Cli>Elementor Templates\u003C\u002Fli>\n\u003Cli>ChatGPT OpenAI\u003C\u002Fli>\n\u003Cli>Business Directory Plugin\u003C\u002Fli>\n\u003Cli>Advanced Classifieds & Directory Pro\u003C\u002Fli>\n\u003Cli>GeoDirectory\u003C\u002Fli>\n\u003Cli>PPOM (Personalized Product Option Manager) fields\u003C\u002Fli>\n\u003Cli>Slim SEO\u003C\u002Fli>\n\u003Cli>Events Calendar\u003C\u002Fli>\n\u003Cli>Easy Digital Downloads\u003C\u002Fli>\n\u003Cli>And more…\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>Find more integrations in our \u003Ca href=\"https:\u002F\u002Fwww.smackcoders.com\u002Fdocumentation\u002Fwp-ultimate-csv-importer-pro\u002Fhow-to-import-csv#6-toc-title?utmsource=web&utmcampaign=readme&utmmedium=wporg\" rel=\"nofollow ugc\">Importer Pro third-party supported plugins documentation\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Top WordPress CSV Importer Features\u003C\u002Fh4>\n\u003Cp>Easily handle bulk imports and migrate thousands of records in minutes. The free version includes supports for \u003Cstrong>Advanced Custom Fields (ACF)\u003C\u002Fstrong>, JetEngine, Toolset Types, MetaBox, and Pods, however, with limited field compatibility. For ACF, we support \u003Cstrong>Basic fields\u003C\u002Fstrong>, \u003Cstrong>Choices\u003C\u002Fstrong>, and \u003Cstrong>JQuery fields\u003C\u002Fstrong>. If you require a complete fields support for any Custom Fields plugin, please upgrade to \u003Ca href=\"https:\u002F\u002Fwww.smackcoders.com\u002Fwp-ultimate-csv-importer-pro.html?utm_source=web&utm_campaign=readme&utm_medium=wporg\" rel=\"nofollow ugc\">WP Ultimate CSV Importer PRO version\u003C\u002Fa>. You can try the import and export of JetEngine CCTs with the latest version.\u003C\u002Fp>\n\u003Ch4>WordPress CSV Import Features\u003C\u002Fh4>\n\u003Cp>Prepare your CSV files in Google Sheets, Excel, or any text or spreadsheet editor, then import them using the intuitive drag-and-drop field mapping feature. Quickly import data from any CSV file into WordPress. Map your file’s fields to WordPress fields in a few clicks and import content, media, taxonomies, and custom post types without hassle.\u003C\u002Fp>\n\u003Ch4>WordPress XML Import Features\u003C\u002Fh4>\n\u003Cp>Simplify complex migrations with full support for XML file imports. This feature ensures the integrity of intricate data structures, enabling direct XML uploads without any additional steps. The plugin supports importing \u003Cstrong>custom post types\u003C\u002Fstrong> such as products, events, or portfolios while preserving categories, tags, and taxonomies for a flawless transition.\u003C\u002Fp>\n\u003Ch4>WordPress Excel Import Features\u003C\u002Fh4>\n\u003Cp>Import data from Excel files (.xlsx or .xls) into WordPress. Whether you’re migrating content or just uploading new entries, the plugin processes Excel spreadsheets with ease. Built-in support for custom post types, taxonomy terms, and media handling ensures your Excel imports are just as powerful as CSV or XML.\u003C\u002Fp>\n\u003Ch4>WordPress Multilingual Content Import & Export\u003C\u002Fh4>\n\u003Cp>Expand your global reach with multilingual content management. The plugin integrates with WPML and Polylang for effortless translated content imports and exports.\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>Multilingual Migration:\u003C\u002Fstrong> Migrate all language versions in a single operation.  \u003C\u002Fli>\n\u003Cli>\u003Cstrong>Time-Saving Automation:\u003C\u002Fstrong> Eliminate manual translation uploads, focusing on your global strategy.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Export with language-based records filtering(PRO feature):\u003C\u002Fstrong> Exporter records in specific languages of particular post type from WordPress. \u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Premium Features\u003C\u002Fh4>\n\u003Cp>Upgrade to the Pro version to unlock more powerful features such as:\u003C\u002Fp>\n\u003Cul>\n\u003Cli>\u003Cstrong>ACF & Other Custom Fields Plugin Advanced Support\u003C\u002Fstrong>: Import data into fields created with ACF, JetEngine, MetaBox, CMB2, Pods, and Toolset.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Multilingual Compatibility:\u003C\u002Fstrong> Fully compatible with WPML, Polylang, and qTranslate X.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>WooCommerce Import:\u003C\u002Fstrong> Import products, variations, orders, and custom WooCommerce fields.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Yoast SEO PRO Integration:\u003C\u002Fstrong> Import SEO metadata like titles, descriptions, and focus keywords.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Easy Digital Downloads Orders Import Export\u003C\u002Fstrong> Upgrade to PRO to import and export Easy Digital Downloads Orders module records.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Scheduled Imports:\u003C\u002Fstrong> Automate imports via ftp\u002Fsftp\u002Fgoogle sheets by scheduling them to run in the background.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Data Update Support:\u003C\u002Fstrong> Bulk update existing WordPress content without creating duplicates.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Advanced Export Options:\u003C\u002Fstrong> Export content using more advanced filters, post types, and WP_Query for flexible data control.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Google Sheets Export:\u003C\u002Fstrong> Export your WordPress data directly to Google Sheets for easy access, collaboration, and sharing.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Schedule Exports:\u003C\u002Fstrong> Automate exports to backup any WordPress data at your preferred time to your configured Google Sheet or FTP\u002FSFTP host.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Upload file from server:\u003C\u002Fstrong> Easily select and import files directly from your server storage.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Mapping Templates Import Export:\u003C\u002Fstrong> Export your custom mapping templates and import them again whenever needed.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Images Export:\u003C\u002Fstrong> Export images from WordPress media along with their metadata and related details.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Database Optimization:\u003C\u002Fstrong> The plugin includes options to clean up temporary data, optimize database tables, and maintain peak performance during imports and exports.\u003C\u002Fli>\n\u003Cli>\u003Cstrong>Priority Support:\u003C\u002Fstrong> Get help when you need it most. With priority support from our export team, your queries are addressed faster, ensuring minimal downtime and smooth plugin usage.\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Cp>\u003Ca href=\"https:\u002F\u002Fwww.smackcoders.com\u002Fwp-ultimate-csv-importer-pro.html?utm_source=web&utm_campaign=readme&utm_medium=wporg\" rel=\"nofollow ugc\">Explore WP Ultimate CSV Importer Pro\u003C\u002Fa>.\u003C\u002Fp>\n\u003Ch4>Trusted by a Leading WordPress Voice\u003C\u002Fh4>\n\u003Cp>Recognized by one of the most respected sources in the WordPress community, WP Mayor recommends WP Ultimate CSV Importer as a powerful and reliable solution for seamless WordPress data migration. \u003Ca href=\"https:\u002F\u002Fwpmayor.com\u002Fwp-ultimate-csv-importer-pro-review\" rel=\"nofollow ugc\">Read the full review article\u003C\u002Fa>\u003C\u002Fp>\n\u003Ch4>Ready to Get Started?\u003C\u002Fh4>\n\u003Cul>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fdemo.smackcoders.com\u002Fwordpress\u002Fwp-admin\u002F?utm_source=csv_importer_free&utm_medium=wporgreadme&utm_campaign=csv_importer_pro_demo\" rel=\"nofollow ugc\">Try Our PRO DEMO\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Ftrial.smackcoders.com\u002Findex.html?utm_source=csv-importer-free&utm_medium=wporgreadme&utm_campaign=csv_importer_pro_trial\" rel=\"nofollow ugc\">Play with Our Private Trial\u003C\u002Fa>\u003C\u002Fli>\n\u003Cli>\u003Ca href=\"https:\u002F\u002Fwww.smackcoders.com\u002Fdocumentation\u002Fwp-ultimate-csv-importer-pro?utm_source=csv_importer_free_readme&utm_medium=wporg&utm_campaign=csv_importer_docs\" rel=\"nofollow ugc\">Check Out Our Documentation\u003C\u002Fa>\u003C\u002Fli>\n\u003C\u002Ful>\n\u003Ch4>Watch Our YouTube Tutorials\u003C\u002Fh4>\n\u003Cspan class=\"embed-youtube\" style=\"text-align:center; display: block;\">\u003Ciframe loading=\"lazy\" class=\"youtube-player\" width=\"750\" height=\"422\" src=\"https:\u002F\u002Fwww.youtube.com\u002Fembed\u002FM78qYD89B8c?version=3&rel=1&showsearch=0&showinfo=1&iv_load_policy=1&fs=1&hl=en-US&autohide=2&wmode=transparent&listType=playlist&list=PL2k3Ck1bFtbTT-5Tz2PLkoAUJ1fRdwUSj\" allowfullscreen=\"true\" style=\"border:0;\" sandbox=\"allow-scripts allow-same-origin allow-popups allow-presentation allow-popups-to-escape-sandbox\">\u003C\u002Fiframe>\u003C\u002Fspan>\n","Effortlessly import, export, and migrate your WordPress data with WP Ultimate CSV Importer. This all-in-one solution supports CSV, XML, and Excel file &hellip;",20000,2177322,575,"2026-03-11T13:08:00.000Z",[117,118,119,120,121],"csv-importer","import-export","woocommerce-import","wordpress-import","xml-importer","https:\u002F\u002Fwww.smackcoders.com\u002Fwp-ultimate-csv-importer-pro.html","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Fwp-ultimate-csv-importer.7.39.2.zip",26,"2026-02-17 00:00:00",{"slug":127,"name":128,"version":129,"author":130,"author_profile":131,"description":132,"short_description":133,"active_installs":134,"downloaded":135,"rating":13,"num_ratings":13,"last_updated":136,"tested_up_to":51,"requires_at_least":137,"requires_php":17,"tags":138,"homepage":140,"download_link":141,"security_score":57,"vuln_count":13,"unpatched_count":13,"last_vuln_date":27,"fetched_at":28},"rs-csv-importer-media-addon","RS CSV Importer Media Add-On","1.1.0","Toro_Unit (Hiroshi Urabe)","https:\u002F\u002Fprofiles.wordpress.org\u002Ftoro_unit\u002F","\u003Cp>\u003Ca href=\"https:\u002F\u002Fwordpress.org\u002Fplugins\u002Freally-simple-csv-importer\u002F\" rel=\"ugc\">Really Simple CSV Importer\u003C\u002Fa> Add-on.\u003C\u002Fp>\n\u003Cp>Media’s URL (Images, Documents… etc) in CSV, Download Media and Convert url to attachment ID.\u003C\u002Fp>\n","Really Simple CSV Importer Add-on. Media's URL (Images, Documents... etc) in CSV, Download Media and Convert url to attachment ID.",5000,10274,"2015-09-30T01:48:00.000Z","4.1",[21,23,139],"rscsv","https:\u002F\u002Fgithub.com\u002Ftorounit\u002Frs-csv-importer-media-addon","https:\u002F\u002Fdownloads.wordpress.org\u002Fplugin\u002Frs-csv-importer-media-addon.1.1.0.zip",{"attackSurface":143,"codeSignals":169,"taintFlows":212,"riskAssessment":213,"analyzedAt":222},{"hooks":144,"ajaxHandlers":165,"restRoutes":166,"shortcodes":167,"cronEvents":168,"entryPointCount":13,"unprotectedCount":13},[145,151,154,156,159,161],{"type":146,"name":147,"callback":148,"file":149,"line":150},"action","plugins_loaded","anonymous","includes\\class-simple-csv-importer.php",142,{"type":146,"name":152,"callback":148,"file":149,"line":153},"admin_enqueue_scripts",157,{"type":146,"name":152,"callback":148,"file":149,"line":155},158,{"type":146,"name":157,"callback":148,"file":149,"line":158},"wp_enqueue_scripts",173,{"type":146,"name":157,"callback":148,"file":149,"line":160},174,{"type":146,"name":147,"callback":162,"file":163,"line":164},"simple_csv_importer","includes\\class-simple_csv_import_init.php",432,[],[],[],[],{"dangerousFunctions":170,"sqlUsage":171,"outputEscaping":173,"fileOperations":209,"externalRequests":210,"nonceChecks":210,"capabilityChecks":13,"bundledLibraries":211},[],{"prepared":13,"raw":13,"locations":172},[],{"escaped":92,"rawEcho":174,"locations":175},17,[176,178,180,182,184,186,188,190,192,194,196,198,200,202,204,205,207],{"file":163,"line":80,"context":177},"raw output",{"file":163,"line":179,"context":177},31,{"file":163,"line":181,"context":177},32,{"file":163,"line":183,"context":177},33,{"file":163,"line":185,"context":177},35,{"file":163,"line":187,"context":177},36,{"file":163,"line":189,"context":177},37,{"file":163,"line":191,"context":177},39,{"file":163,"line":193,"context":177},40,{"file":163,"line":195,"context":177},41,{"file":163,"line":197,"context":177},42,{"file":163,"line":199,"context":177},52,{"file":163,"line":201,"context":177},56,{"file":163,"line":203,"context":177},128,{"file":163,"line":155,"context":177},{"file":163,"line":206,"context":177},395,{"file":163,"line":208,"context":177},416,2,1,[],[],{"summary":214,"deductions":215},"The \"simple-csv-importer\" v1.0.1 plugin exhibits a generally positive security posture based on the provided static analysis.  The absence of any reported CVEs, combined with the lack of critical taint flows and the use of prepared statements for all SQL queries, suggests good development practices and a low history of exploitable vulnerabilities. The limited attack surface, with no registered AJAX handlers, REST API routes, shortcodes, or cron events, further reduces the potential for external exploitation.\n\nHowever, a significant concern arises from the low percentage of properly escaped output (26%). This indicates a high likelihood of cross-site scripting (XSS) vulnerabilities, where user-supplied data might be rendered directly in the browser without adequate sanitization. While there are nonce checks present, the lack of capability checks for entry points is also a weakness, as it doesn't ensure that only authorized users can interact with the plugin's functionalities. The presence of file operations and external HTTP requests, while not inherently problematic, warrant careful scrutiny to ensure they are implemented securely and do not introduce further risks.\n\nIn conclusion, the plugin's strengths lie in its minimal attack surface and secure database interactions. The primary weakness is the widespread issue with output escaping, which presents a tangible risk of XSS. The lack of capability checks also contributes to this concern. Until the output escaping issue is addressed, users should exercise caution when installing and using this plugin, especially in environments where untrusted users might interact with its features.",[216,219],{"reason":217,"points":218},"Low output escaping (26%)",15,{"reason":220,"points":221},"No capability checks on entry points",8,"2026-03-16T21:26:59.606Z",{"wat":224,"direct":233},{"assetPaths":225,"generatorPatterns":228,"scriptPaths":229,"versionParams":230},[226,227],"\u002Fwp-content\u002Fplugins\u002Fsimple-csv-importer\u002Fadmin\u002Fcss\u002Fsimple-csv-importer-admin.css","\u002Fwp-content\u002Fplugins\u002Fsimple-csv-importer\u002Fadmin\u002Fjs\u002Fsimple-csv-importer-admin.js",[],[227],[231,232],"simple-csv-importer\u002Fadmin\u002Fcss\u002Fsimple-csv-importer-admin.css?ver=","simple-csv-importer\u002Fadmin\u002Fjs\u002Fsimple-csv-importer-admin.js?ver=",{"cssClasses":234,"htmlComments":235,"htmlAttributes":236,"restEndpoints":237,"jsGlobals":238,"shortcodeOutput":239},[],[],[],[],[],[]]