WP Manifestindependent plugin directory
manifest / users / wordpress-plugin-export-users

User Export (with their Meta Data)

Export users to CSV (with their Meta Data).

by Daniel Loureiro · github.com/thecodecrate/wordpress-plugin-export-users · website

10stars
4forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/thecodecrate/wordpress-plugin-export-users/archive/refs/heads/main.zip

From the readme

Export Users to CSV file (with their meta data). A simple plugin to export users to a CSV file. It exports the user's metadata too. 1. Exporting users. Use your WordPress Admin dashboard to install this plugin: Plugins Add Plugin Search for "Export Users" by Daniel Loureiro You can manually install this plugin through GitHub, although it is not recommended because you won't get the automatic updates: 1. Go to ; 1. Clone the repository to your wp-content/plugins; 1. Inside the cloned folder, run composer install --no-dev and npm install --production; 1. Do not run composer install without the --no-dev option on a production server as it will install development libraries like phpuni

Read the full README on GitHub →