{"id":25435677,"url":"https://github.com/umdevelopera/um-user-tags-import","last_synced_at":"2026-04-30T09:32:25.450Z","repository":{"id":175026039,"uuid":"541572385","full_name":"umdevelopera/um-user-tags-import","owner":"umdevelopera","description":"A widget for importing User Tags from  the CSV file.","archived":false,"fork":false,"pushed_at":"2024-01-29T14:55:40.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-15T01:11:23.738Z","etag":null,"topics":["ultimate-member","wordpress"],"latest_commit_sha":null,"homepage":"","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/umdevelopera.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-09-26T12:22:37.000Z","updated_at":"2024-01-29T15:01:41.000Z","dependencies_parsed_at":"2024-01-29T16:49:56.976Z","dependency_job_id":"2627f5ca-55b5-4dc9-9295-9d5bd18774e0","html_url":"https://github.com/umdevelopera/um-user-tags-import","commit_stats":null,"previous_names":["umdevelopera/um-user-tags-import"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/umdevelopera/um-user-tags-import","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-user-tags-import","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-user-tags-import/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-user-tags-import/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-user-tags-import/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/umdevelopera","download_url":"https://codeload.github.com/umdevelopera/um-user-tags-import/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/umdevelopera%2Fum-user-tags-import/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32460781,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["ultimate-member","wordpress"],"created_at":"2025-02-17T07:30:52.408Z","updated_at":"2026-04-30T09:32:25.434Z","avatar_url":"https://github.com/umdevelopera.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Ultimate Member - User Tags - Import from CSV\n\nAdds a widget for importing User Tags from the CSV file.\n\n## Key features\n- Adds the \"User Tags Importing\" widget to the WordPress dashboard.\n- Allows importing User Tags from the CSV file.\n\n## Installation\n\n__Note:__ This plugin requires the [Ultimate Member](https://wordpress.org/plugins/ultimate-member/) plugin and [User Tags](https://ultimatemember.com/extensions/user-tags/) extension to be installed first.\n\n### How to install from GitHub\n\nOpen git bash, navigate to the **plugins** folder and execute this command:\n\n`git clone --branch=main git@github.com:umdevelopera/um-user-tags-import.git um-user-tags-import `\n\nOnce the plugin is cloned, enter your site admin dashboard and go to _wp-admin \u003e Plugins \u003e Installed Plugins_. Find the **Ultimate Member - User Tags - Import from CSV** plugin and click the **Activate** link.\n\n### How to install from ZIP archive\n\nYou can install this plugin from the [ZIP file](https://drive.google.com/file/d/1kpewCjPEt6W0kHsGlcMd1klYJk5Jc79F/view?usp=sharing) as any other plugin. Follow [this instruction](https://wordpress.org/support/article/managing-plugins/#upload-via-wordpress-admin).\n\n## How to use\n\nTo use this tool you should create the CSV file with three columns:\n1. **Parent term** - the parent tag \"Name\" for the child tag, the tag \"Name\" for the parent tag.\n2. **Description** - the tag \"Description\". You may leave this column empty.\n3. **User tag** - the tag \"Name\".\n\n![example](https://github.com/umdevelopera/um-user-tags-import/assets/113178913/59e02038-6f3b-4f29-8ade-e17473133773)\n\nYou have to use a real CSV file with the comma delimiter.\n\n### CSV file examples\n\n#### Example 01 - minimal.\n\u003cpre\u003e\nParent term,Description,User tag\nColors,,\n,,Red\n,,Green\n,,Blue\n\u003c/pre\u003e\n\n#### Example 02 - recommended.\n\u003cpre\u003e\nParent term,Description,User tag\nColors,Your favorite colors,Colors\nColors,,Red\nColors,,Green\nColors,,Blue\n\u003c/pre\u003e\n\n#### Example 03 - multiple user tag fields.\n\u003cpre\u003e\nParent term,Description,User tag\nColors,Your favorite colors,Colors\nColors,,Red\nColors,,Green\nColors,,Blue  \nPets,Your favorite pets,Pets\nPets,,Cat\nPets,,Dog\nPets,,Bird\n\u003c/pre\u003e\n\n### Widget\n- go to WordPress Dashboard and look for the \"User Tags Importing\" widget.\n- upload your CSV file in the field \"Source CSV file\".\n- click the \"Import\" button.\n\nImage - Upload CSV file and import tags.\n![WP Dashboard + User Tags Importing 01](https://user-images.githubusercontent.com/113178913/192280281-2770a8d6-f68c-489a-8c9e-1fc5a98a172f.png)\n\nImage - Importing notice.\n![WP Dashboard + User Tags Importing 02](https://user-images.githubusercontent.com/113178913/192282291-f9d24639-74a9-405c-ac5c-6c1ab4211bb8.png)\n\n## Support\n\nThis is a free extension created for the community. The Ultimate Member team does not provide support for this extension.\nOpen new [issue](https://github.com/umdevelopera/um-user-tags-import/issues) if you are facing a problem or have a suggestion.\n\n## Related links\n\nUltimate Member home page: https://ultimatemember.com/\n\nUltimate Member documentation: https://docs.ultimatemember.com/\n\nUltimate Member on wordpress.org: https://wordpress.org/plugins/ultimate-member/\n\nArticle: [Ultimate Member - User Tags](https://ultimatemember.com/extensions/user-tags/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumdevelopera%2Fum-user-tags-import","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fumdevelopera%2Fum-user-tags-import","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fumdevelopera%2Fum-user-tags-import/lists"}