Title: LH Export Users to CSV
Author: shawfactor
Published: <strong>04.05.2019</strong>
Last modified: 31.07.2022

---

ჩადგმების ძებნა

![](https://ps.w.org/lh-export-users-to-csv/assets/banner-772x250.jpg?rev=2080459)

ეს პლაგინი **არ დატესტილა WordPress-ის 3 ძირითად ვერსიაზე**. როგორც ჩანს, ის უკვე
აღარ არის მხარდაჭერილი და შესაძლოა არ იყოს თავსებადი WordPress-ის მიმდინარე ვერსიასთან.

![](https://ps.w.org/lh-export-users-to-csv/assets/icon-256x256.png?rev=2080459)

# LH Export Users to CSV

 ავტორი: [shawfactor](https://profiles.wordpress.org/shawfactor/)

[ჩამოტვირთვა](https://downloads.wordpress.org/plugin/lh-export-users-to-csv.zip)

 * [დეტალები](https://ka.wordpress.org/plugins/lh-export-users-to-csv/#description)
 * [მიმოხილვა](https://ka.wordpress.org/plugins/lh-export-users-to-csv/#reviews)
 *  [დაყენება](https://ka.wordpress.org/plugins/lh-export-users-to-csv/#installation)
 * [დეველოპმენტი](https://ka.wordpress.org/plugins/lh-export-users-to-csv/#developers)

 [მხარდაჭერა](https://wordpress.org/support/plugin/lh-export-users-to-csv/)

## აღწერა

Export Users to CSV Plugin allows you to export users list and their metadata in
CSV file. The CSV includes all the core wordpress user data, as well as the important
meta fields, including:

 1. Username
 2. Email
 3. Display Name
 4. First Name
 5. Last Name
 6. Registered Date

This plugin, is deliberately simple, but it is also standards compliant, extendable,
and built to maximise data security

**Like this plugin? Please consider [leaving a 5-star review](https://wordpress.org/support/view/plugin-reviews/lh-export-users-to-csv/).**

**Love this plugin or want to help the LocalHero Project? Please consider [making a donation](https://lhero.org/portfolio/lh-export-users-to-csv/).**

## დაყენება

 1. Upload the entire `lh-export-users-to-csv` folder to the `/wp-content/plugins/`
    directory.
 2. Activate the plugin through the ‘Plugins’ menu in WordPress.
 3. Navigate to Users->Export Users and click the button, that simple!

## ხდკ

### How do you export users?

 1. Fo to Tools in the wordpress admin menu
 2. Click the Generate Report in the Download your Users section

### Why did you write this plugin?

I wrote this plugin because I wanted a plugin that:
 1. Generated the csv dynamically,
to ensure the security of my users data. 2. Used wordpress apis to generate the 
csv data, to ensure that it was the actual data I wanted (rather than querying the
database directly as some plugins do).

### How do I add fields to the download?

The plugin includes a filter called `lh_eutc_headings`, simply add the meta field
to the headings array by use of this filter e.g.:

### What is something does not work?

LH Logged In Post Status, and all [https://lhero.org](https://ka.wordpress.org/plugins/lh-export-users-to-csv/LocalHero?output_format=md)
plugins are made to WordPress standards. Therefore they should work with all well
coded plugins and themes. However not all plugins and themes are well coded (and
this includes many popular ones).

If something does not work properly, firstly deactivate ALL other plugins and switch
to one of the themes that come with core, e.g. twentyfifteen, twentysixteen etc.

If the problem persists pleasse leave a post in the support forum: [https://wordpress.org/support/plugin/lh-export-users-to-csv/](https://wordpress.org/support/plugin/lh-export-users-to-csv/).
I look there regularly and resolve most queries.

### What if I need a feature that is not in the plugin?

Please contact me for custom work and enhancements here: [https://shawfactor.com/contact/](https://shawfactor.com/contact/)

    ```
    function my_csv_filter_function($headings){

    $headings[] = 'street_address';    

    return $headings;

    }

    add_filter('lh_eutc_headings', 'my_csv_filter_function', 10, 1);
    ```

## მიმოხილვები

![](https://secure.gravatar.com/avatar/924a891167f079ac894bf0118f53988dc07608ed32b1f89d8655ffae5de81d2e?
s=60&d=retro&r=g)

### 󠀁[Works as it should](https://wordpress.org/support/topic/works-as-it-should-83/)󠁿

 [linda2020](https://profiles.wordpress.org/linda2020/) 06.03.2020

Great, works as it should. I’m using it with BuddyPress, I mainly wanted to get 
the registration date and the ID. Would have been awesome to also get the field ‘
last activity’, ‘number of friends’ and ‘number of groups’:)

 [ 1 რევიუს წაკითხვა ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/)

## მონაწილეები & დეველოპერები

“LH Export Users to CSV” ღია პროგრამული უზრუნველყოფაა. შემდეგმა ადამიანებმა წვილი
შეიტანეს მის განვითარებაში.

მონაწილეები

 *   [ shawfactor ](https://profiles.wordpress.org/shawfactor/)

[გადათარგმნეთ LH Export Users to CSV თქვენს ენაზე.](https://translate.wordpress.org/projects/wp-plugins/lh-export-users-to-csv)

### დაინტერესებული ხართ დეველოპმენტით?

[დაათვალიერეთ კოდი](https://plugins.trac.wordpress.org/browser/lh-export-users-to-csv/),
შეამოწმეთ [SVN რეპო](https://plugins.svn.wordpress.org/lh-export-users-to-csv/),
ან გამოიწერეთ [შექმნის ჟურნალი](https://plugins.trac.wordpress.org/log/lh-export-users-to-csv/):
[RSS](https://plugins.trac.wordpress.org/log/lh-export-users-to-csv/?limit=100&mode=stop_on_copy&format=rss).

## ცვლილებები

**1.00 May 02, 2019**
 Initial release.

## მეტა

 *  Version **1.00**
 *  Last updated **4 წელი წინ**
 *  Active installations **30+**
 *  WordPress version ** 5.0, ან უფრო მაღალი **
 *  Tested up to **6.0.11**
 *  PHP version ** 5.6, ან უფრო მაღალი **
 *  Language
 * [English (US)](https://wordpress.org/plugins/lh-export-users-to-csv/)
 * Tags
 * [csv](https://ka.wordpress.org/plugins/tags/csv/)[export users](https://ka.wordpress.org/plugins/tags/export-users/)
   [reports](https://ka.wordpress.org/plugins/tags/reports/)[user export](https://ka.wordpress.org/plugins/tags/user-export/)
   [users](https://ka.wordpress.org/plugins/tags/users/)
 *  [დამატებითი ხედი](https://ka.wordpress.org/plugins/lh-export-users-to-csv/advanced/)

## რეიტინგები

 5 out of 5 stars.

 *  [  1 5-star review     ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/?filter=5)
 *  [  0 4-star reviews     ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/?filter=4)
 *  [  0 3-star reviews     ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/?filter=3)
 *  [  0 2-star reviews     ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/?filter=2)
 *  [  0 1-star reviews     ](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/lh-export-users-to-csv/reviews/)

## მონაწილეები

 *   [ shawfactor ](https://profiles.wordpress.org/shawfactor/)

## მხარდაჭერა

გაქვთ კომენტარი? გჭირდებათ დახმარება?

 [მხარდაჭერის ფორუმის ნახვა](https://wordpress.org/support/plugin/lh-export-users-to-csv/)

## შემოწირულობა

გსურთ ამ ჩადგმის განვითარების მხარდაჭერა?

 [ შეწირეთ თანხა ამ ჩადგმას ](https://lhero.org/portfolio/lh-export-users-to-csv/)